Returns a user
curl --request GET \ --url https://{defaultHost}/v5/company/users/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "username": "<string>", "email": "<string>", "profile_pic_url": "<string>" }
App API key for /v5/app and /v5/company endpoints
The ID of the User, which will look like user_*************
user found
The response is of type object.
object
Was this page helpful?