Get User
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_id
Response
Successful Response
id
Unique user identifier
email
User's email address
name
User's full name
created_at
When the user was created
updated_at
When the user was last updated
Errors
422
Unprocessable Entity Error