Skip to main content

Create Delegate

POST 

/createDelegate

This method creates a new delegate for a parent User. The input parameters of this method contains the details of the Parent User as well as the one to whom the Delegation is carried out. The Authorization must have Bearer followed by Token. Mandatory params: userName - this is user who is creating the delegation, name - name of delegate, delegateusername - this is the user who should be assigned as the delegate of the parent user, delegatestartdate - in format MMDDYYY, delegateenddate - in format MMDDYYY Optional params: parentusername - this is the parent username, if not passed it will consider userName as parentusername, description

Request

Body

    delegateenddate string
    delegatestartdate string
    delegateusername string
    description string
    name string
    parentusername string
    userName string

Responses

Create Delegate

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

    delegatekey string
    errorCode string
    msg string
Loading...