Skip to main content

Edit Delegate

POST 

/editDelegate

This method is used to edit a specific delegate. The input parameters of this method contain 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: key - this is the delegatekey, userName - this is user who is updating 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

    delegateenddatestring
    Example: 10122018
    delegatestartdatestring
    Example: 09142018
    delegateusernamestring
    Example: acook
    descriptionstring
    Example: test
    keystring
    Example: 27
    namestring
    Example: delegatetest
    parentusernamestring
    Example: dbailey
    userNamestring
    Example: admin

Responses

Edit Delegate

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    errorCodestring
    Example: 0
    msgstring
    Example: Delegate Updated