Patch User

Updates one or more attributes of the specified user. This endpoint supports partial updates. For example, to enable or disable a user, pass the state field in the request body with the value enabled or disabled. Only the provided fields will be updated; all other fields will remain unchanged. The operation is idempotent: sending the same request multiple times will produce the same result. Currently, only the state attribute is supported.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

User ID

Body Params

Patch User Params

Parameters for patching a user.

integer

Assignee User ID (optional), if the assignee user is provided, it will move all the user's conversations to assignee_user_id, and if the assignee user is not provided, it will unassign the user from all conversations across locations to which the user has access. This is only applicable when the user's state is being set to disabled.

string

User's account state. Current valid values are disabled and enabled

Responses

Callback
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json