Skip to main content

Assign Account to User

POST 

https://example.saviyntcloud.com/ECM/api/v5/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

    accountnamestring
    Example: johnWS
    endpointstring
    Example: System1
    securitysystemstring
    Example: System1
    usernamestring
    Example: johndoe

Responses

Assign Account to User

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    errorCodestring
    Example: 0
    messagestring
    Example: SUCCESS

Authorization: http

name: bearerAuthtype: httpscheme: bearerbearerFormat: JWT
curl -L -X POST 'https://example.saviyntcloud.com/ECM/api/v5/assignAccountToUser' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
https://example.saviyntcloud.com/ECM/api/v5
Auth
Body
ResponseClear

Click the Send API Request button above and see the response here!