List all users
List all admin users and developers
Authorizations
Query Parameters
Maximum number of records to return for this request. Overrides the row count only, not the page offset (which is always based on per_page), so use per_page for pagination rather than combining limit with page. Defaults to the per_page value.
Items per page. Defaults to the resource-specific page count if configured, otherwise 20
Page number. Defaults to 1 when omitted
Response
OK
Defines if this user is active and can login to the portal
true
Email of a user
"admin@acme.com"
First name of a user
"John"
Last name of a user
"Doe"
ID of an organisation where this user belongs to. For admin users it is always equal to 0
1
Role of a user in their organisation
"consumer-team-member"
Type of identity provider for this user, e.g. password, github, etc.
"password"
UID of a user
1