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