App User New Phone Process
When an app user signs in to a new phone, Seam can automatically set up the new phone, generate matching credentials, and issue these credentials. To facilitate this capability, you must issue a multi-phone sync credential when creating a mobile credential.App User Lost Phone Process
If an app user loses their phone or wants to deactivate it, you can deactivate the phone. Seam then automatically invalidates the stored credentials on their deactivated phone. To deactivate a phone, provide the ID of the phone. When a phone is deactivated, Seam also revokes all the credentials issued to the deactivated phone. Seam also removes the associated ACS credentials from the ACS.- JavaScript
- cURL
- Python
- Ruby
- PHP
- C#
Command:Output:
Retrieving Phones for a User Identity
To retrieve the list of phones that the mobile app user has used to sign in to their account, use the List Phones endpoint and include the ID of the user identity.- JavaScript
- cURL
- Python
- Ruby
- PHP
- C#
Command:Output:
Retrieving a Phone by ID
To retrieve a phone by its ID, use the Get Phone endpoint and include thedevice_id of the phone.
- JavaScript
- cURL
- Python
- Ruby
- PHP
- C#
Command:Output:

