Users
Retrieve a User
Returns a user
GET
/
v5
/
company
/
users
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the User, which will look like user_*************
Was this page helpful?