User
The Post User API creates a new user in the LMS.
The user’s username (used during sign-in). Email address can be used as long as it is unique within the system. Note: even if the user will be using an external authentication provider, the username/password properties should still be provided.
The user’s password (used during sign-in). Note: even if the user will be using an external authentication provider, the username/password properties should still be provided. The user will be prompted to reset their password on the next signin.
The user’s e-mail address
The user’s first name
The user’s last name
The user’s external ID, usually a unique identifier from the calling system
The user’s middle name
The user’s title
The Id of the user’s company (set only if the user belongs to a company)
The user Id of the user’s manager (set only if the user belongs to a manager)
Indicates whether the user account has been disabled
The user’s phone number
The user’s secondary phone number
First line of the user’s address
Second line of the user’s address
The user’s city
The user’s state
The user’s country
The user’s zip/postal code
The user’s secondary e-mail address
{
"FirstName": "tom",
"LastName": "apsa",
"UserName": "tomapsa6767",
"ExternalId": null,
"Address1": "2244 Walnut Grove Go1",
"Address2": "2242 walnut grove , land toward",
"City": "Rosemead",
"State": "CA",
"Country": "newyork",
"Zip": "91770",
"CompanyId": 140594,
"Disabled": false,
"Email": "nivas.vani@sce.com",
"SecondaryEmail": "nivas.test123@sce.com",
"ManagerId": 1805846,
"MiddleName": null,
"Phone": "(626) 302-1212",
"Phone2": null,
"Title": "mr",
"Password": "Password@123"
}
{
"success": true,
"message": "Record created successfully.",
"data": 213122
}