Admin
List all users (admin)
Returns a paginated list of all registered users. Requires admin role.
GET
List all users (admin)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Paginated list of users
User UUID
User email address
Example:
"user@example.com"
User role
Available options:
admin, client Account active status
Example:
true
Registration date
Display name
Example:
"John Doe"
Subscription plan ID
List all users (admin)