object

PhoneNumber

Object representing a user's phone number, including its active status, whether it's the primary number, verification status, and the phone number itself.
Fields
active
Boolean
Current phone number is active or not active.
country_code
Int
Country code, e.g. +91.
phone
String
Phone number of the user.
primary
Boolean
Indicates current phone number is primary or not for a user.
verified
Boolean
Indicates current phone number is verified or not verified.