PUT - User Call Center Agent Sign Out

Sign the user out of their assigned Call Centers (CC).

Parameters

  • user_id (str): User ID of the target user.

Returns

  • None: This method does not return any specific value.

How To Use:

my_agent_user_id = "[email protected]"

my_api.call_centers.put_user_call_center_agent_sign_out(
    user_id = my_agent_user_id
)

Last updated

Was this helpful?