2.1.1 SelectedAccount object
Contains minimal user account information.
Example
{
"userId":"WBjlCE_cGH_JyesKFFkHvZ",
"name":"Jane Doe",
"emailAddress":"jane@example.com"
}
Fields
Field | Type | Description |
---|---|---|
userId required |
String | The user ID. |
name required |
String | The user's name. |
emailAddress optional |
String | The user's primary email address, if present. |
Last updated on