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:

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:

Delete a group

DELETE /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/

The API implemented using the GroupDeleteRequest