Skip to main content

This API creates an account

POST 

/createAccount

This API creates an account

Request​

Body

    accountIDstring
    Example: 15553759289490
    firstnamestring
    Example: Logan
    preferedFirstNamestring
    Example: Logan
    lastnamestring
    Example: Prasad
    middlenamestring
    Example: N
    emailstring
    Example: logan@example.net
    employeeTypestring
    Example: Regular
    jobcodedescstring
    Example: QA
    managerstring
    Example: Joe
    statuskeystring
    Example: 1
    customproperty1string
    Example: customized value

Responses​

Success Response

Schema

    errorCodestring
    Example: 0
    messagestring
    Example: SUCCESS Account Created Successfully