Skip to main content
 print this page

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

List of all users wrapped in a tag-like structure.

Response Headers
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers