Skip to main content

Reassign Certification

POST 

/reAssignCertification

This API is used to reassign certification to a different user or certifier. The user making this update must be an administrator, a campaign owner or its delegates. Note: This is applicable only for User Manager, Entitlement Owner, and Application Owner campaigns. The Authorization must have Bearer followed by Token. Mandatory params: updateuser (can be Admin/Campaign Owner/Delegates) campaignid- Campaign ID or the primary key of the campaign table. certkey- Certification key or the primary key of the certification table. newassignee- New certifier or user to whom the certification will be assigned. Optional params: reassignComments- Comments for reassigning the certification.

Request

Body

    certifierUsernamestring
    Example: lmcneil
    maxstring
    Example: 2
    offsetstring
    Example: 0
    refreshProgressstring
    Example: Y
    statusstring
    Example: new,fullyexecuted,inprogress

Responses

Reassign Certification

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Referrer-Policy

    string

  • Server

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

Schema

    campaignidstring
    Example: 405
    certkeystring
    Example: 3468
    newassigneestring
    Example: SAOwner2'
    reassignCommentsstring
    Example: Tim's Reassign Comment
    updateuserstring
    Example: CampOwner'