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

token

string

Body parameters

Supported content types: application/json

NameTypeRequiredDescription

Updated information to be applied to the organization group.

body

Updated information to be applied to the organization group.

Path parameters

NameTypeRequired

groupId

string

orgId

string

itemId

string

Examples

Request

Use dark colors for code blocksCopy
1
2
3
4
5
6
# 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}' \
  --data '{"adds":{"roles":["string"]},"deletes":{"roles":["string"]}}'

Response

StatusMeaningDescriptionSchema

200

OK

success

Success

404

Not Found

error

WorkflowExceptionDTO

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