Retrieve admin user by email
GET/v2/admin/users/:email
Retrieve detailed information about a specific admin user by their email address.
Returns comprehensive user data including profile information, roles, and associated tenant details for administrative users. For users with administrative email domains, additional tenant information is automatically included.
Access Control: Supports both authenticated and missing token scenarios with email validation
Business Value: Enables user profile management and administrative oversight of user accounts.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Admin user details retrieved successfully with complete profile information
Invalid email format or malformed request
Authentication token is missing or invalid
Insufficient permissions to access user data
Admin user not found with the specified email address
Internal server error occurred while retrieving user