Foreign IDs
Abound enables developers to associate a user
records with a unique, customer-specific ID, known as a foreignId
.
This allows developers lookup and retrieve a user
record ( and subsequently resources connected to that userId
) with the ease of using their own in-house indentifiers and the promise of uniqnuess.
Uniqueness
Foreign IDs _ must be_ unique. If a foreign ID is not unique, a 409 Error will occur.
Below is an example error response when a uniqueness conflict occurs:
JSON
Examples
Here are a few example of working with foreign IDs.
Adding a foreignId to a user record
cURL
JSON
Retrieving a user record by foreignId
cURL
JSON