Retrieves a specified user. Only accessible using client credentials grant.
curl --request GET \ --url https://api.smokeball.com/users/{id} \ --header 'Authorization: <api-key>' \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET", "self": { "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET" }, "userId": "23d2a4bc-8529-462e-8560-dfbf4fa24e49", "email": "user@domain.com", "isInternal": true }
When request is successful. Returns a 'User' object.
The response is of type object.
object