Go
Update Enrollment and Verification Phone Templates
Customize the messages sent to complete phone enrollment and verification (subscription required).
PUT
Go
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
enrollment_message
string
default:{{code}} is your verification code for {{tenant.friendly_name}}. Please enter this code to verify your enrollment.
required
Message sent to the user when they are invited to enroll with a phone number.
verification_message
string
default:{{code}} is your verification code for {{tenant.friendly_name}}
required
Message sent to the user when they are prompted to verify their account.
Response
Phone enrollment and verification templates successfully updated.
enrollment_message
string
default:{{code}} is your verification code for {{tenant.friendly_name}}. Please enter this code to verify your enrollment.
required
Message sent to the user when they are invited to enroll with a phone number.
verification_message
string
default:{{code}} is your verification code for {{tenant.friendly_name}}
required
Message sent to the user when they are prompted to verify their account.