veoh.people.signUp

Create a new user account.

Accessibility

Only Veoh's partners may execute this method

Request URL

https://srv.veoh.com/rest/v2/execute.xml?method=veoh.people.signUp

This method must be invoked with a POST action

Parameters

Name

Description Required Restriction

username

The desired user name. true String matching '^[a-zA-Z0-9-]*$', between 3 and 40 characters.

email

The user's email address. true String between 5 and 128 characters.

password

The user's password. true String at least 5 characters.

firstName

The user's first name. false String at most 50 characters.

lastName

The user's last name. false String at most 50 characters.

gender

The user's gender. false String matching one of 'female', 'male'.

dateOfBirth

The user's date of birth. false Date with format 'April 26, 2024'.

zip

The user's zip. false String.

countryId

The user's country ID (see veoh.reflection.getCountries). false Integer.

originId

???restng.veoh.people.signUp.originId??? false Integer.

receiveNewsletter

The option to receive Veoh newsletter. false Boolean true/false.
True False

apiKey

An API key (Complete your developer profile here and a key will be emailed to you) true String.

Error Codes

2

This method must be invoked securely


3

This method must be invoked with a POST action


313

The provided email address is blacklisted


314

The requested user name has already been taken