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

    accountidstring
    Example: 123

    accountowner

    object[]

  • Array [

  • rankstring
    Example: 1
    typestring
    Example: user
    valuestring
    Example: dbailey
  • ]

  • accounttypestring
    Example: service account
    commentsstring
    Example: 10282
    customproperty1string
    Example: 1212
    customproperty30string
    Example: 1212
    descriptionstring
    Example: test
    displaynamestring
    Example: testaccc
    endpointstring
    Example: System1
    incorrectlogonsstring
    Example: 12
    lastlogondatestring
    Example: 10-03-2019
    namestring
    Example: johnWS
    orphanstring
    Example: true
    passwordchangestatusstring
    Example: changed
    passwordlockdatestring
    Example: 10-03-2019
    privilegedstring
    Example: true
    requestorstring
    Example: admin
    securitysystemstring
    Example: System1
    usergroupstring
    Example: testgroup
    usernamestring
    Example: johndoe
    validfromstring
    Example: 11-03-2019
    validthroughstring
    Example: 10-03-2019

Responses

Create Account Success / Create Account Failure

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

Schema

    errorCodestring
    Example: 0
    messagestring
    Example: SUCCESS