Get user

Retrieves a single user by ID. The caller must have permission to view the target user.

Path Parameters

ParameterTypeRequiredDescription
idintegerYesUser unique identifier

Response Fields

FieldTypeDescription
idintegerUser unique identifier
emailstringUser email address
firstNamestringUser first name
lastNamestringUser last name
fullNamestringConcatenated first and last name
activebooleanWhether the account is active
invitePendingbooleantrue if the user has not yet accepted their invitation
companyobjectCompany the user belongs to
userGroupobjectUser group with inherited permissions
avatarstringAvatar image URL
phonestringPhone number
jobTitlestringJob title
languagestringPreferred locale (e.g. en, fr)
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Response

  • 200 OK: Returns the user
  • 401 Unauthorized: Invalid or missing API key
  • 403 Forbidden: Not allowed to view this user
  • 404 Not Found: User not found
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Responses
200

Successful response

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!