Skip to main content

Complete Single Task

POST 

/completetask

This method closes a single open task in SSM - both in "New" and "InProgress" state. Mandatory params: taskid - Unique ID of the task. Optional params: provisioning - true or false, targetprovision - true or false, default : false updateuser - username of user who is updating the task, completeassociatedtasks - true or false, emailto, notify - use this if you want to pick up data from the task, sample - "notify":["USER","requestor","MANAGER"], emailbody, subject, from The Authorization must have Bearer followed by Token.

Request

Body

    taskkeytocomplete

    object[]

  • Array [

  • provisioningCommentsstring
    Example: comments
    taskdatastring
    Example: password1
    taskidstring
    Example: 12172
  • ]

Responses

Complete Single Task / Complete Task 1

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    completedtasksnumber[]
    Example: [12212]
    errorCodestring
    Example: 0
    failedtasksundefined[]
    Example: []
    messagestring
    Example: Success

    result

    object

    anyOf

    string