List Groups
Request
URI
GET
https://{api_host}/api/groups
COPY
Responses
200
Returns
iamListGroupsResponse
of type(s)
*/*
{
"pageInfo": {
"totalPages": "string",
"totalElements": "string",
"page": 0,
"pageSize": 0
},
"groups": [
{
"lastUpdatedTime": "string",
"roles": [
{
"lastUpdatedTime": "string",
"name": "string",
"lastUpdatedBy": "string",
"updateVersion": 0,
"createdBy": "string",
"createdTime": "string",
"orgId": "string",
"permissions": [
{
"permissionNumber": 0,
"name": "string",
"description": "string"
}
],
"id": "string",
"description": "string"
}
],
"name": "string",
"lastUpdatedBy": "string",
"updateVersion": 0,
"createdBy": "string",
"createdTime": "string",
"orgId": "string",
"id": "string",
"description": "string"
}
]
}
object
pageInfo
Optional
pageInfo
array of
object
groups
Optional
groups
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/groups
Group Service Operations
PUT
Update Group
DELETE
Delete Group
GET
Get Group
POST
Create Group
GET
List Groups