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
- application/x-www-form-urlencoded
Body
accountname string
endpoint string
securitysystem string
username string
Responses
- 200
Assign Account to User
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Assign Account to User
Schema
errorCode string
message string
{
"errorCode": "0",
"message": "SUCCESS"
}
{
"errorCode": "0",
"message": "SUCCESS"
}
Loading...