Skip to main content
Version: v41

workflow_step_approver

Approver within a workflow step. Can be a role or a principal.

role objectrequired

Approving role's ID and display name

idstring<uuid>
namestring
deletedboolean

It indicates whether a role is present in the system or not. Create/Update workflow/request operations doesn't need to pass any value to this attribute. This field is not read during the Write operations.

workflow_step_approver
{
"role": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"deleted": true
}
}