Groups¶
Retrieve list of groups¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
¶ - The API is implemented using the GroupGetListInServiceProviderRequestWhen paging is used, the API is used is GroupGetListInServiceProviderPagedSortedListRequest (from rel22 with some patches).
Additional informations
- Response JSON Object:
responseSizeLimit (integer) – See responseSizeLimit from Search criteria.
userLimit (integer) – See userLimit from Group attributes.
Create a group¶
-
POST
/api/v1/tenants/
(string: tenant_id)/groups/
¶ The API is implemented using the GroupAddRequest
Additional restrictions
- Request JSON Object:
userLimit (integer) – See userLimit from Group attributes.