Get basic user and group information
Get a subset of user and group information eligible even for non-admin users
Response
usersGroupsBaseSchema
Example response
{
"groups": [
{
"id": 1,
"name": "unleash-e2e-7095756699593281",
"userCount": 1,
"rootRole": null
}
],
"users": [
{
"id": 4,
"name": "unleash-e2e-user2-7095756699593281",
"email": "unleash-e2e-user2-7095756699593281@test.com",
"accountType": "User"
},
{
"id": 1,
"username": "admin",
"accountType": "User"
}
]
}Changes
Changed in 2 of the 7 revisions of this API.6
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○