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