Get all users in the system by tag key
GET/tags/:key
Currently only supports key="user". Returns a list of all users in the system with basic profile fields (UserId, Name, EmailId, IsActive). The response wraps the user list in a structure with hardcoded metadata fields (TagValue, CreationTime, etc. are all "N/A"). Any key value other than "user" returns error GE-1010.
Request
Responses
- 200
- 400
- 500
List of all users wrapped in a tag-like structure.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Invalid key or unauthorized.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Internal server error.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers