Admin

Retrieve list admin with details

GET /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/admins/

The API is mapped to GroupAdminGetList

Additional informations

Response JSON Object:

Create an admin

POST /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/admins/(string: user_id)/

The API is mapped to GroupAdminAdd

Additional restrictions

Request JSON Object:

Retrieve admin details

GET /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/admins/(string: user_id)/

The API is mapped to GroupAdminGet

Additional informations

Response JSON Object:

Update admin details

PUT /api/v1/tenants/(string: tenant_id)/groups/(string: group_id)/admins/(string: user_id)/

The API is mapped to GroupAdminModify

Additional restrictions

Request JSON Object:

Remove an admin

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

The API is mapped to GroupAdminDelete