Update the information of an organization group.
Update the information of an organization group. Workflow Manager roles can be added to or deleted from an organization group. The adminAdvanced privilege is required.
Body parameter
{
"adds": {
"roles": [
"string"
]
},
"deletes": {
"roles": [
"string"
]
}
}
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Examples
Request
# You can also use wget
curl -X POST /{orgId}/{itemId}/community/groups/{groupId} \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"success": true
}
Status | Meaning | Description | Schema |
---|---|---|---|
| success | ||
| error |