Create a New User

POST {{base_url}}/security/User

Use this endpoint to create a new user who does not have an employee record in the Employee hub.

Request Body

{"Username"=>"{{string}}", "Role"=>"{{string}}", "DisplayUsername"=>"{{string}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: Created

[{"Username":"ANNE","DisplayUsername":"Ann16","DisableLogin":"N","ForceChangePassword":"N","Password":"","Integrated":"N","Domain":"","Role":"CRMADM","Employee":"","SupportUsername":"","SupportPassword":"","PageSize":"letter","UnitOfMeasure":"in","DefaultPageWidth":8.5,"DefaultPageHeight":11,"DefaultTopMargin":0.5,"DefaultBottomMargin":0.5,"DefaultLeftMargin":0.5,"DefaultRightMargin":0.5,"DefaultPrinter":"\u003clocal printer\u003e","DefaultFont":"Arial","DefaultCountry":"","LoginAttempts":0,"LastPasswordChange":"","ODBCEnabled":"N","ODBCUsername":"","ODBCPassword":"","TwoFactorAuth":"N","TwoFactorAuthConfigured":"N","CreateUser":"2D424230ADA044419FCD78E4E8F3BD61","CreateDate":"2023-02-07T13:04:31.487","CreateUserName":"VPC Outlook1","ModUser":"2D424230ADA044419FCD78E4E8F3BD61","ModDate":"2023-02-07T13:04:31.487","ModUserName":"VPC Outlook1","EmployeeName":"","EmployeeEmail":"","EmployeeStatus":"","Status":"A","DefaultQualifiedStatus":"sysQual"}]