Links a user from your game to a user from your Login project via an external ID. You will not be able to link the same external ID to different users and update the external ID of a user if they already have it.
You can find an external ID in:
external_account_id
claim,external_id
parameter.OK
Bad Request
Unauthorized
Not Found
Unprocessable Entity
Too Many Requests
{- "external_account_id": "A1234BB23",
- "user_id": "6bd371c2-8044-11e9-b0a8-39deff2bb627"
}
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}