Phones
phone
phoneRepresents an app user's mobile phone.
created_at
created_atFormat: Datetime
Date and time at which the phone was created.
custom_metadata
custom_metadataFormat: Record
Optional custom metadata for the phone.
device_id
device_idFormat: UUID
ID of the phone.
device_type
device_typeFormat: Enum
Type of phone.
Possible enum values:
ios_phoneandroid_phone
display_name
display_nameFormat: String
Display name of the phone. Defaults to nickname (if it is set) or properties.appearance.name otherwise. Enables administrators and users to identify the phone easily, especially when there are numerous phones.
errors
errorsFormat: List
Item format: Object
Errors associated with the phone.
nickname
nicknameFormat: String
Optional nickname to describe the phone, settable through Seam.
properties
propertiesFormat: Object
Properties of the phone.
warnings
warningsFormat: List
Item format: Object
Warnings associated with the phone.
workspace_id
workspace_idFormat: UUID
ID of the workspace that contains the phone.
Endpoints
Deactivates a phone, which is useful, for example, if a user has lost their phone. For more information, see App User Lost Phone Process.
Returns a single phone entry matching the provided device_id.
Returns a list of all phones. To filter the list of returned phones by a specific owner user identity or credential, include the owner_user_identity_id or acs_credential_id, respectively, in the request body.
Events
phone.deactivated
phone.deactivatedA phone device was deactivated.
Last updated
Was this helpful?

