List all users
GET
/v1/admin/users
Returns a list of all registered users.
Authorizations
BearerAuth
API key (Bearer key_...)
Type
API Key (header: Authorization)
Responses
OK
application/json
JSON { "balance_credits": 0, "created_at": "string", "email": "string", "email_verified": true, "id": "string", "is_active": true, "is_admin": true, "last_active_at": "string", "tier_id": "string" }
[
]