Retrieve an internal user by ID
Get a specific internal user (human agent) by its unique identifier within the workspace.
Authorizations
Copy the API key as provided by the Bridge Console.
Path Parameters
Unique identifier of the workspace (UUID v4).
"b6cf1c4a-2b1e-4e63-8f3e-0f9d1a2a1234"
Unique identifier of the internal user (UUID v4).
"4e362e2b-67b2-4a7e-a9df-e9ecf9141be8"
Response
Successful Response
Response body for internal-user (human agent) read operations.
Unique identifier for the internal user (UUID v4).
"b6cf1c4a-2b1e-4e63-8f3e-0f9d1a2a1234"
'active' when the internal user is live, 'disabled' when the user has been removed.
active, disabled "active"
"disabled"
Timestamp when the internal user was created.
"2003-04-10T08:00:00.000Z"
Timestamp when the internal user was last updated.
"2003-04-10T08:00:00.000Z"
Internal user's first name.
"John"
Internal user's last name.
"Doe"
Internal user's email address.
"john.doe@example.com"
Internal user's cellphone number.
"+14084029292"
Language code of the internal user.
ES, EN "EN"