Skip to main content
PUT
/
user
/
{user_guid}
{
  "status": "DISABLED"
}
{
  "guid": "USR-00dfffb5-62f6-9865-91f4-9d90f",
  "external_guid": "09-999-QWQW",
  "external_user_guid": "09-999-QWQW",
  "client_guid": "CLT-0858efd1-2d2e-6a5d-f2b5-c7dad42ef184",
  "email": "julie.west@email.com",
  "login_token": "cQQ380Ocyc049z6eRg--tz6Opshfxqz0T6rX2xaD2dwei5H...",
  "first_name": "Julie",
  "last_name": "West",
  "phone": "9015559990",
  "age": 23,
  "sex": 1,
  "credit_score": 790,
  "zip_code": 12345,
  "master_widget_url": "https://widgets.moneydesktop.com/raja/master?...",
  "accounts_widget_url": "https://widgets.moneydesktop.com/raja/accounts?...",
  "budgets_widget_url": "https://widgets.moneydesktop.com/raja/budgets?...",
  "debts_widget_url": "https://widgets.moneydesktop.com/raja/debts?...",
  "net_worth_widget_url": "https://widgets.moneydesktop.com/raja/net_worth?...",
  "spending_widget_url": "https://widgets.moneydesktop.com/raja/spending?...",
  "transactions_widget_url": "https://widgets.moneydesktop.com/raja/transactions?...",
  "status": {
    "status": 2,
    "name": "User update succeeded",
    "message": ""
  }
}
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

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

Query parameters

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

Headers

Content-Type
string
required
Must be application/json.

Body parameters

email
string
The user’s email address.
first_name
string
The user’s first name.
last_name
string
The user’s last name.
phone
string
The user’s phone number.
birthdate
string
The user’s birthdate.
sex
string
The user’s sex. Accepts MALE or FEMALE.
credit_score
integer
The user’s credit score.
zip_code
string
A US ZIP code in nnnnn or nnnnn-nnnn format, or a Canadian postal code in ana nan format.
status
string
The user’s status. Accepts ENABLED or DISABLED.
{
  "status": "DISABLED"
}
{
  "guid": "USR-00dfffb5-62f6-9865-91f4-9d90f",
  "external_guid": "09-999-QWQW",
  "external_user_guid": "09-999-QWQW",
  "client_guid": "CLT-0858efd1-2d2e-6a5d-f2b5-c7dad42ef184",
  "email": "julie.west@email.com",
  "login_token": "cQQ380Ocyc049z6eRg--tz6Opshfxqz0T6rX2xaD2dwei5H...",
  "first_name": "Julie",
  "last_name": "West",
  "phone": "9015559990",
  "age": 23,
  "sex": 1,
  "credit_score": 790,
  "zip_code": 12345,
  "master_widget_url": "https://widgets.moneydesktop.com/raja/master?...",
  "accounts_widget_url": "https://widgets.moneydesktop.com/raja/accounts?...",
  "budgets_widget_url": "https://widgets.moneydesktop.com/raja/budgets?...",
  "debts_widget_url": "https://widgets.moneydesktop.com/raja/debts?...",
  "net_worth_widget_url": "https://widgets.moneydesktop.com/raja/net_worth?...",
  "spending_widget_url": "https://widgets.moneydesktop.com/raja/spending?...",
  "transactions_widget_url": "https://widgets.moneydesktop.com/raja/transactions?...",
  "status": {
    "status": 2,
    "name": "User update succeeded",
    "message": ""
  }
}