Admin
Get user detail (admin)
Returns detailed information about a specific user. Requires admin role.
GET
Get user detail (admin)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
User ID
Response
User details
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
Get user detail (admin)