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