Update Agent User Profile

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": "john.doe@email.com", "gender": "user.gender.male", "recoveryEmail": "john.doe2@email.com", "phone": "8015551234", "jobTitle": "Project Manager" }
Path Params
int32
required

The ID of the Agent User profile.

Body Params
string

The first name of the user.

string

The last name of the user.

string

The email address of the user. This email address is used as a username during login.
> Must follow standard email formatting.

string

The gender of the user.

string

An optional recovery email used if the account's username is forgotten or lost.

string

The user's phone number.
> Formatted as a ten-digit number with no dashes or parentheses.

string

The user's job title.

Responses

Language
Credentials