Skip to main content
PUT
Update an existing user. The sole recommended use of user update is to set the user status.
This is a limited-use endpoint in SSO API v2.8. User information can be edited by the user from within MoneyDesktop and should not be altered by the data partner after the user is created.

Path parameters

string
required
The unique identifier for the user. Accepts user_guid or external_user_guid.

Query parameters

string
required
Your API key.
string
required
The client_guid or external_client_guid.

Headers

string
required
Must be application/json.

Body parameters

string
The user’s email address.
string
The user’s first name.
string
The user’s last name.
string
The user’s phone number.
string
The user’s birthdate.
string
The user’s sex. Accepts MALE or FEMALE.
integer
The user’s credit score.
string
A US ZIP code in nnnnn or nnnnn-nnnn format, or a Canadian postal code in ana nan format.
string
The user’s status. Accepts ENABLED or DISABLED.