Deprecated - Modify a given assignment.

The api to modify a specific assignment v1.0 (v1.0/self/assignments/{id}) is deprecated. The end of life is 31-Dec-2025. Use the following alternative API: PUT /v2.0/assignments/{id}
API for a reviewer to modify a specific assignment.
Entitlements required: manageAccessWorkflow [Manage Access Work Flows].

Path Params
string
required

Campaign Assignment ID

Query Params
boolean

Consider the calling user as a supervisor of the campaign when set to true.

string
Defaults to assigned

Filter by how the campaigns were assigned to the calling user: assigned, delegated

Body Params

Campaign assignment payload details:

- id: Campaign assignment ID.
- reviewer: Details about the campaign reviewer. Required when redirecting an assignment to another user.
- operation: The operation to be executed.


Allowable values for operation are: approved, rejected, redirected, escalated.
approved: Approve an assignment.
rejected: Reject an assignment.
redirected: Redirect an assignment.
escalated: Escalate an assignment.

- justification: A justification for the action taken on the assignment by the reviewer.
- doImmediateFulfillment: Immediate action on the assignment when signOff is manual and doImmediateFulfillment is set to true.

string
required

Assignment Id

string

Application identifier

object

Represents a user group

string
required

The operation executed by the reviewer.

string

Justification of the operation in case of rejections and redirections.

boolean

If the campaign sign-off policy is manual and doImmediateFulfillment is set, the operation is run immediately.

Responses

500

Your operation can't be processed because an internal server error occurred.

Language
URL
Choose an example:
application/json