Gets the user group list
GET /v1/usergroup/list
Summary
Gets the user group list.
Details
Returns user-group collections created by the authenticated user.
Authentication
No operation-level security requirement is documented here.
Parameters
None documented here.
Request Body
No request body is documented here.
Responses
200
Success
application/json
- array of
Collectionkey(integer (int64), optional)collectionName(string, optional)description(string, optional)itemTypeID(integer (int64), optional)itemID(integer (int64), optional)parentID(integer (int64), optional)creationDate(string (date-time), optional)
Example
[
{
"key": 1,
"collectionName": "Example value",
"description": "Example description",
"itemTypeID": 1,
"itemID": 1,
"parentID": 1,
"creationDate": "2026-03-30T12:00:00.0000000Z"
}
]