cURL
curl --request GET \ --url https://web-api.clerk.chat/public/admin/users/{id} \ --header 'apiKey: <api-key>'
{ "id": "<string>", "email": "<string>", "role": "<string>", "firstName": "<string>", "lastName": "<string>" }
Returns a single Clerk Chat user
ID of user
The created Clerk chat user
Response containing Clerk chat user information
The ID of the created user
The email of the created user
The role of the created user
The first name of the created user