This request updates an Agent User profile's information.
Click here to learn more about this request
Agent User profiles represent the users who have access to your LoanPro environment. In the backend, Agent User profiles are represented by the Users
entity, which holds general user information, access settings, and notification settings. Note the following when updating Agent User profiles:
Settings that affect access must be updated within the LoanPro UI. Role settings, access to groups, and a profile's active status are only changeable within the UI. To update these settings for an Agent User profile within your own environment, navigate to Users > Agent Users within the UI.
For an example of how Agent User profiles look and function within the UI, take a look at our Agent Users article.
Sample Payloads
{
"firstName": "John",
"lastName": "Doe",
"userName": "[email protected]",
"gender": "user.gender.male",
"recoveryEmail": "[email protected]",
"phone": "8015551234",
"jobTitle": "Project Manager"
}