CompleteSignUpUser Object

Contains information about a user signing up for the API platform.

This object is used by the following operations:

The properties included in the CompleteSignUpUser object are listed below.

Property Type Description
firstName string The user's first name.
lastName string The user's last name.
emailAddress string The user's email address.
Password string The password that was initially used during the signup process. This is not required for third-party authentication registration.
SignupCode string The signup code that was emailed to the email account used in the signupUser API. This is not required for third-party authentication registration.
SignupAgreementsAccepted boolean Indicates whether the user has accepted the required signup agreements, if there are any. Defaults to false.
CountryCode string The country code for the user's phone number to be used in authentication. Required if two-factor authentication is turned on.
PhoneNumber string The user's phone number to be used in authentication. Required if two-factor authentication is turned on.