Get Members for a Dynamic Process Role

get

/ic/api/process/v1/dp-roles/{id}/members

Get members for a role.

Request

Supported Media Types
Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful operation.
Body ()
Root Schema : ProcessRoleMembers
Type: object
Match All
Show Source
Nested Schema : CommonModel
Type: object
Discriminator: links
Show Source
Nested Schema : ProcessRoleMembers-allOf[1]
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : ProcessRoleMember
Type: object
Show Source

401 Response

Unauthorized.

403 Response

The user does not have permissions to get dynamic process role members.

404 Response

Role not found.

500 Response

Internal Server Error.
Back to Top