Get Users

View as Markdown

Get all users in an organization.

Works for both User and API Key authentication. If organization_id not provided, uses principal’s organization.

Authentication

AuthorizationBearer

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

Query parameters

organization_idinteger or nullOptional

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