Assign a Role to a Group
POST {{baseUrl}}/api/v1/groups/:groupId/roles
Assigns a role to a group
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
disableNotifications | boolean | Setting this to true grants the group third-party admin status |
Request Body
{"type"=>"REPORT_ADMIN"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
""