List all users
Users
List all users
List all admin users and developers
GET
List all users
Authorizations
Response
200 - application/json
OK
Defines if this user is active and can login to the portal
Example:
true
Email of a user
Example:
"admin@acme.com"
First name of a user
Example:
"John"
Last name of a user
Example:
"Doe"
ID of an organisation where this user belongs to. For admin users it is always equal to 0
Example:
1
Role of a user in their organisation
Example:
"consumer-team-member"
Type of identity provider for this user, e.g. password, github, etc.
Example:
"password"
UID of a user
Example:
1