Skip to main content

phone_number

Overview

Namephone_number
TypeResource
Idlinode.profile.phone_number

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource and then invoke a supported method using the EXEC command

Methods

NameAccessible byRequired ParamsDescription
deleteProfilePhoneNumberDELETEDelete the verified phone number for the User making this request.

Use this command to opt out of SMS messages for the requesting User after a phone number has been verified with the Phone Number Verify (POST /profile/phone-number/verify) command.
postProfilePhoneNumberEXECdata__iso_code, data__phone_numberSend a one-time verification code via SMS message to the submitted phone number. Providing your phone number helps ensure you can securely access your Account in case other ways to connect are lost. Your phone number is only used to verify your identity by sending an SMS message. Standard carrier messaging fees may apply.

By accessing this command you are opting in to receive SMS messages. You can opt out of SMS messages by using the Phone Number Delete (DELETE /profile/phone-number) command after your phone number is verified.

Verification codes are valid for 10 minutes after they are sent.

* Subsequent requests made prior to code expiration result in sending the same code.

Once a verification code is received, verify your phone number with the Phone Number Verify (POST /profile/phone-number/verify) command.
postProfilePhoneNumberVerifyEXECdata__otp_codeVerify a phone number by confirming the one-time code received via SMS message after accessing the Phone Verification Code Send (POST /profile/phone-number) command.

Verification codes are valid for 10 minutes after they are sent.

Only the same User that made the verification code request can use that code with this command.

Once completed, the verified phone number is assigned to the User making the request. To change the verified phone number for a User, first use the Phone Number Delete (DELETE /profile/phone-number) command, then begin the verification process again with the Phone Verification Code Send (POST /profile/phone-number) command.