Group¶
Retrieve group details¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/
¶ The API is implemented using the GroupGetRequest
Additional informations
- Response JSON Object:
userLimit (integer) – See userLimit from Group attributes.
Update group details¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/
¶ The API is implemented using the GroupModifyRequest
Additional restrictions
- Request JSON Object:
userLimit (integer) – See userLimit from Group attributes.
Delete a group¶
-
DELETE
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/
¶ The API implemented using the GroupDeleteRequest