Users
Update user
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
The unique identifier for the user. Accepts
user_guid or external_user_guid.Query parameters
Your API key.
The
client_guid or external_client_guid.Headers
Must be
application/json.Body parameters
The user’s email address.
The user’s first name.
The user’s last name.
The user’s phone number.
The user’s birthdate.
The user’s sex. Accepts
MALE or FEMALE.The user’s credit score.
A US ZIP code in
nnnnn or nnnnn-nnnn format, or a Canadian postal code in ana nan format.The user’s status. Accepts
ENABLED or DISABLED.
