Get the organization group information from the workflow system.
Get the organization group information from the workflow system. It returns a list of roles that are assigned to the organization group.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/community/groups/{groupId} \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"roles": [
"string"
]
}
Status | Meaning | Description | Schema |
---|---|---|---|
| success | ||
| error |