PUSH ThirdPartyId object
Represents a third party ID for a user account.
Fields
| Field | Type | Description |
|---|---|---|
thirdPartyrequired |
String | Represents a third party |
idrequired |
String | Represents a user ID within the third party |
Example
{
"id": "abc123",
"thirdParty": "EXAMPLE"
}
Last updated on