Get Users
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_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