Skip to content

updateGroup

POST
Use dark colors for code blocksCopy
1
/{orgId}/{itemId}/community/groups/{groupId}
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.

Query parameters

NameTypeRequired
tokenstring¦null

Body parameters

Supported content types: application/json

Type: GroupRoleMembershipChanges

Updated information to be applied to the organization group.

NameTypeRequired
addsGroupRoleMembership
deletesGroupRoleMembership

Path parameters

NameTypeRequired
groupIdstring
orgIdstring
itemIdstring

Response status

StatusMeaningDescriptionSchema
200OK

success

Success
404Not Found

error

WorkflowExceptionDTO

Examples

Request

Use dark colors for code blocksCopy
1
2
3
4
5
# You can also use wget
curl -X POST /{orgId}/{itemId}/community/groups/{groupId} \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer <YOUR_TOKEN>' \
  --data '{"adds":{"roles":["string"]},"deletes":{"roles":["string"]}}'

Response

Use dark colors for code blocksCopy
1
2
3
{
  "success": true
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.