Get User

View as Markdown
Get a specific user by ID. Works for both User and API Key authentication. Principal must be in same organization as the requested user.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

external_idstringRequired

Response

Successful Response
idstring
Unique user identifier
emailstring
User's email address
namestring
User's full name
created_atdatetime
When the user was created
updated_atdatetime
When the user was last updated

Errors

422
Unprocessable Entity Error