The Put User API updates user details in the LMSSuccess
The Id of the user.
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 phone number
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 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": "apres",
"UserName": "tom.apris",
"ExternalId": null,
"Address1": "2244 Walnut Grove Go1",
"Address2": "2244 Walnut Grove towa",
"City": "Rosemead",
"State": "CA",
"Country": null,
"Zip": "91770",
"CompanyId": 140594,
"Disabled": false,
"Email": "tom.vani@sce.com",
"SecondaryEmail": "apres.tom76@sce.com",
"ManagerId": 1805846,
"MiddleName": null,
"Phone": "(626) 302-1212",
"Phone2": null,
"Title": null,
"Password": "Password@123"
}
Indicates the status of the API request
Success or failure message
{
"success": true,
"message": "Record updated successfully.",
"data": null
}