Skip to content

getGroup

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

NameTypeRequired
tokenstring¦null

Path parameters

NameTypeRequired
groupIdstring
orgIdstring
itemIdstring

Response status

StatusMeaningDescriptionSchema
200OK

success

GroupRoleMembership
404Not Found

error

WorkflowExceptionDTO

Examples

Request

Use dark colors for code blocksCopy
1
2
3
# You can also use wget
curl -X GET /{orgId}/{itemId}/community/groups/{groupId} \
  -H 'Authorization: Bearer <YOUR_TOKEN>'

Response

Use dark colors for code blocksCopy
1
2
3
4
5
{
  "roles": [
    "string"
  ]
}

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