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

Path Parameters

    path stringrequired

Body

    certifierUsername string
    max string
    offset string
    refreshProgress string
    status string

Responses

Reassign Certification

Response Headers

  • Access-Control-Allow-Credentials

    string

  • Access-Control-Allow-Origin

    string

  • Cache-Control

    string

  • Date

    string

  • Expires

    string

  • Pragma

    string

  • Referrer-Policy

    string

  • Server

    string

  • Set-Cookie

    string

  • Strict-Transport-Security

    string

  • Transfer-Encoding

    string

  • X-Content-Type-Options

    string

  • X-Frame-Options

    string

  • X-XSS-Protection

    string

Schema

    campaignid string
    certkey string
    newassignee string
    reassignComments string
    updateuser string
Loading...