Create a New Dynamic Process Role

post

/ic/api/process/v1/dp-roles

Create a new dynamic process role.

Request

Supported Media Types
Body ()
Dynamic process role to create.
Root Schema : ProcessRole
Type: object
Match All
Show Source
Nested Schema : CommonModel
Type: object
Discriminator: links
Show Source
Nested Schema : ProcessRole-allOf[1]
Type: object
Show Source
Nested Schema : scopes
Type: array
Show Source
Back to Top

Response

Supported Media Types

201 Response

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

400 Response

The request is not valid. Duplicate role ID or the specified overriddenRoleId is not valid.

401 Response

Unauthorized.

403 Response

The user does not have permissions to create the dynamic process role.

500 Response

Internal Server Error.
Back to Top