Skip to main content

Reassign Certifications Asynchronously

POST 

/certifications/:id/reassign-async

deprecated

This API initiates a task to reassign up to 500 identities or items in an identity campaign certification to another reviewer. The certification-tasks API can be used to get an updated status on the task and determine when the reassignment is complete. A token with ORG_ADMIN or CERT_ADMIN authority is required to call this API. Reviewers for this certification can also call this API.

Request

Path Parameters

    id stringrequired

    The identity campaign certification ID

    Example: ef38f94347e94562b5bb8424a56397d8

Body

required

    reassign

    object[]

    required

  • Array [

  • id stringrequired

    The ID of item or identity being reassigned.

    type stringrequired

    Possible values: [TARGET_SUMMARY, ITEM, IDENTITY_SUMMARY]

    The type of item or identity being reassigned.

  • ]

  • reassignTo stringrequired

    The ID of the identity to which the certification is reassigned

    reason stringrequired

    The reason comment for why the reassign was made

Responses

A certification task object for the reassignment which can be queried for status.

Schema

    id string

    The task id

    certificationId string

    The certification id

    type string

    Possible values: [REASSIGN]

    status string

    Possible values: [QUEUED, IN_PROGRESS, SUCCESS, ERROR]

    errors string[]

    Any errors executing the task (Optional).

Loading...