User Management
List Users in Current Team
Retrieves a list of all users belonging to the authenticated user’s current team. Requires user:view
scope.
GET
Authorizations
Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.
Response
200
application/json
A list of users in the team.
Identity provider used for login.
Available options:
azure
, saml2
, google
, github
, microsoft
, local
Whether the user is allowed to log in.
User's preferred timezone identifier.
Example:
"Australia/Melbourne"
User's preferred date format string.
Example:
"d M Y"
User's preferred time format string.
Example:
"H:i:s"
User's preferred locale (e.g., en
).
URL to the user's profile picture.
Whether the user has enabled Multi-Factor Authentication.
List of role IDs assigned to the user in the current team.
User's country code (ISO2).
Was this page helpful?
Previous
Create or Add User to TeamCreates a new user (if email doesn't exist) and adds them to the current team, or adds an existing user to the team. Requires `user:create` scope. Sends verification emails/SMS if applicable. Newly created users get a temporary password returned in the response (only on creation).
Next