Skip to main content

Read User

GET
/user/{**user_guid** or **external_user_guid**}?k={**api_key**}&c={**client_guid** or **external_client_guid**}

Read a single user instance based on user_guid or external_user_guid.

warning

Do not attempt to parse the master_widget_url or any other URL provided in current or future SSO API response bodies. They are intended to be used as they are returned in the response. Their contents can change at any time.

Request Information

  • URL: /user/{**user_guid** or **external_user_guid**}?k={**api_key**}&c={**client_guid** or **external_client_guid**}
  • Request Type: GET
  • Required Parameters: None

Request sample

Language:text

_28
{
_28
"guid":"USR-00dfffb5-62f6-9865-91f4-9d90f",
_28
"external_guid":"09-999-QWQW",
_28
"external_user_guid":"09-999-QWQW",
_28
"client_guid":"CLT-0858efd1-2d2e-6a5d-f2b5-c7dad42ef184",
_28
"email":"richard@email.com",
_28
"login_token":"cQQ380Ocyc049z6eRg--tz6Opshfxqz0T6rX2xaD2dwei5H...",
_28
"first_name":"Richard",
_28
"last_name":"Montague",
_28
"phone":"8015559876",
_28
"birthday":null,
_28
"sex":0,
_28
"credit_score":null,
_28
"zip_code":12345,
_28
"last_login":"2012-01-01",
_28
"master_widget_url":"https://widgets.moneydesktop.com/raja/master?...",
_28
"accounts_widget_url":"https://widgets.moneydesktop.com/raja/accounts?...",
_28
"budgets_widget_url":"https://widgets.moneydesktop.com/raja/budgets?...",
_28
"debts_widget_url":"https://widgets.moneydesktop.com/raja/debts?...",
_28
"net_worth_widget_url":"https://widgets.moneydesktop.com/raja/net_worth?...",
_28
"spending_widget_url":"https://widgets.moneydesktop.com/raja/spending?...",
_28
"transactions_widget_url":"https://widgets.moneydesktop.com/raja/transactions?...",
_28
"status":{
_28
"status":1,
_28
"name":"ENABLED",
_28
"message":""
_28
}
_28
}