Phone

The phone datatype is a special datatype that is used to store a user's phone number.

Properties

  • Name
    phoneNumber
    Type
    integer
    Description

    The phone number to be assigned to the account.

  • Name
    phoneType
    Type
    ['business', 'personal']
    Description

    The type of phone number.

  • Name
    isSMSTarget
    Type
    boolean
    Description

    Whether the phone number is a target for SMS messages.

  • Name
    countryCode
    Type
    string
    Description

    The country code of the phone number.

Was this page helpful?