Skip to main content

Assign Account to User

POST 

/assignAccountToUser

This method provisions an "Account" to a "User" in SSM. The "Account" corresponds to a particular IT Application (e.g Microsoft Active Directory) which is modeled in SSM as "Endpoint" of a "Security System". Mandatory params: securitysystem - Name of the Security System for the relevant IT Application modeled in SSM. endpoint- Name of the Endpoint corresponding to the Security System. accountname - Account name for the provisioned account. username - Username of the user to whom the account has to be provisioned. The Authorization must have Bearer followed by Token.

Request

Body

    accountname string
    endpoint string
    securitysystem string
    username string

Responses

Assign Account to User

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    errorCode string
    message string
Loading...