Skip to main content

Create a workflow action performer

POST 

/workflow_action_performers

Create a workflow action performer for an existing workflow action

Request

Body

required

    workflow_action_performers

    object

    contributor_attribute_id uuid

    Specify the id of the user attribute to perform the action.

    contributors boolean

    Set to true to allow profile contributor to perform the action.

    contributors_manager_attribute_id uuid

    Specify the id of the user attribute to perform the action.

    owner boolean

    Set to true to allow profile owner to perform the action.

    profiles_contributors_attribute_id uuid

    Specify the id of the profile attribute to perform the action.

    requester boolean

    Set to true to allow requester from the request to perform the action.

    requesters_manager boolean

    Set to true to allow the requester's manager from the request to perform the action.

    workflow_action_id uuid

    Specify the id of the workflow action you would like to create the workflow action performer/s for.

Responses

Expected response to a valid request

Schema

    workflow_action_performer

    object

    id uuid

    The id of the workflow action performer that was created.

    contributor_attribute_id uuid

    The id of the user attribute to perform the action.

    contributors boolean

    Set to allow profile contributor to perform the action.

    contributors_manager_attribute_id uuid

    The id of the user attribute to perform the action.

    owner boolean

    Set to allow profile owner to perform the action.

    profiles_contributors_attribute_id uuid

    The id of the profile attribute to perform the action.

    requester boolean

    Set to allow requester from the request to perform the action.

    requesters_manager boolean

    Set to allow the requester's manager from the request to perform the action.

    workflow_action_id uuid

    The id of the workflow action.

Loading...