Skip to main content

Create Account

POST 

/createAccount

This method creates a new "account" for an "endpoint" in SSM. All the input parameters it requires are attributes with which the new account record would get created. The Authorization header variable must be set to Bearer followed by Token. Mandatory params: securitysystem - not display name, endpoint - not display name, name - account name to be created Optional params: accountid, username - user for whom the account is created, requestor - user who is creating the account, accountowner - owner of account 1.type- usergroup / user, mandatory field 2. value - usergroup name / username, mandatory field 3. rank - values from 1-5, optional filed, Default: 1, description, displayname, comments, accountid, customproperty<1-56>, passwordchangestatus, privileged, usergroup, status - Manually Suspended/Manually Provisioned/SUSPENDED FROM IMPORT SERVICE/1/2/3/4, default: 1 accounttype - Service Account/Shared Account/FIREFIGHTERID, defaul: null, incorrectlogons, orphan - true/false, validfrom - MM-dd-yyyy, validthrough - MM-dd-yyyy, lastlogondate - MM-dd-yyyy, passwordlockdate- MM-dd-yyyy, lastpasswordchange - MM-dd-yyyy

Request

Body

    accountid string

    accountowner

    object[]

  • Array [

  • rank string
    type string
    value string
  • ]

  • accounttype string
    comments string
    customproperty1 string
    customproperty30 string
    description string
    displayname string
    endpoint string
    incorrectlogons string
    lastlogondate string
    name string
    orphan string
    passwordchangestatus string
    passwordlockdate string
    privileged string
    requestor string
    securitysystem string
    usergroup string
    username string
    validfrom string
    validthrough string

Responses

Create Account Success / Create Account Failure

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    errorCode string
    message string
Loading...