Update User
Updates a user’s external_id and/or tags and upserts the persisted responder for the agent. Only provided fields are changed.
Authentication
x-api-keystring
API key for authentication
OR
AuthorizationBearer
Bearer token authentication
Path parameters
user_id
The user's external id or internal id
Request
This endpoint expects an object.
external_id
Your external identifier for the user.
responder_id
Responder to persist for this user on the requesting agent. Must be active on the agent.
Response
The updated user
data
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error