Get a single role in the workflow system
A role can be used to configure what member users can do within the workflow application. Privileges are associated to roles and then those roles are associated to groups in the organization. This association permits or restricts application functionality based on what groups a user is a members of.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/community/roles/{roleName} \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"roleName": "string",
"description": "string",
"privileges": [
"string"
]
}
Status | Meaning | Description | Schema |
---|---|---|---|
| success | ||
| error |