2.1.1 ThirdPartyId object
Represents a third party identity. This is a Drillster user identified with an ID that is managed by a given third party.
Third parties must be registered with Drillster beforehand. See the documentation about the use of third party IDs.
Example
{
"thirdParty": "ACME",
"id": "1234567"
}
Fields
Field | Type | Description |
---|---|---|
thirdParty required |
String | Represents the third party. |
id required |
String | Represents a user at the third party. |
Last updated on