Skip to main content

Add Approver to existing Request

POST 

/updateRequest

This API can be used to add approver to existing request in SSM. The Authorization must have Bearer followed by Token. Mandatory params: requestkey - comma seprated requestkeys requestor - user who is updating the request Optional params: updateapprover - username of the new approver originalassignee - username of old approver removeoriginalassignee - true/false(default), if false then the original assignee will remain one of the approvers, If originalassignee is not passed then requestor will be considered as original assignee. comments, allowreassign - true/false (default is false)

Request

Body

    commentsstring
    Example: test multiple requestkey

    dynamicattributes

    object[]

  • Array [

  • attributestring
    Example: Organization
    valuestring
    Example: test str
  • ]

  • entitlements

    object[]

  • Array [

  • actionstring
    Example: add
    commentsstring
    Example: test api 1
    entitlementtypestring
    Example: Security-Groups
    entitlementvaluestring
    Example: Absence Administrator (Absence_Administrator)
  • ]

  • requestkeystring
    Example: 58
    requestorstring
    Example: lmcneil
    updateapproverstring
    Example: approvername

Responses

updateRequest / Add Comments to existing Request / Add Dynamic Attributes and Entitlements to existing Request / updateRequest Attachment

Response Headers

  • Content-Length

    string

  • Date

    string

  • Server

    string

  • WWW-Authenticate

    string

Schema

    errorCodestring
    Example: 0
    msgstring
    Example: Success
    requestkeystring
    Example: 86