Get all organization groups associated with Workflow Manager roles.
Get all organization groups associated with Workflow Manager roles and indicates whether the current user can assign work based on their Workflow Manager assignment privileges.
- If the user has the jobAssignAny privilege, all groups associated with Workflow Manager roles will be assignable.
- If the user has jobAssignGroup or jobAssignIndividual privileges, all the groups that the user is a member of and are associated with Workflow Manager roles will be assignable.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/community/groups \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"groups": [
{
"id": "string",
"name": "string",
"isAssignable": true
}
]
}
Status | Meaning | Description | Schema |
---|---|---|---|
| success | Inline | |
| invalid role |
Response details
Status Code 200
Groups
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
| |
|
|