Name |
|
Description |
|
Required |
|
Restriction |
|
|
firstName |
|
First name. |
|
false |
|
String at most 50 characters. |
|
|
lastName |
|
Last name. |
|
false |
|
String at most 50 characters. |
|
|
email |
|
Email address. |
|
false |
|
String between 5 and 128 characters. |
|
|
city |
|
City |
|
false |
|
String at most 50 characters. |
|
|
province |
|
Province |
|
false |
|
String at most 32 characters. |
|
|
postalCode |
|
Postal code |
|
false |
|
String. |
|
|
countryId |
|
Country |
|
false |
|
Integer. |
|
|
gender |
|
Gender. |
|
false |
|
String matching one of 'female', 'male'. |
|
|
dateOfBirth |
|
Date of birth. |
|
false |
|
Date with format 'November 29, 2023'. |
|
|
website |
|
Home page URL. |
|
false |
|
String at most 255 characters. |
|
|
quote |
|
Quote. |
|
false |
|
String at most 255 characters. |
|
|
description |
|
Description. |
|
false |
|
String at most 1024 characters. |
|
|
interests |
|
Interests. |
|
false |
|
String at most 255 characters. |
|
|
movies |
|
Favorite movies. |
|
false |
|
String at most 255 characters. |
|
|
music |
|
Favorite music. |
|
false |
|
String at most 255 characters. |
|
|
tv |
|
Favorite television shows. |
|
false |
|
String at most 255 characters. |
|
|
thumbnail |
|
Thumbnail image. |
|
false |
|
File at most 65536 bytes. |
|
|
css |
|
Custom CSS. |
|
false |
|
String. |
|
|
notifyOnMessage |
|
Whether to notify the user when a message is received. |
|
false |
|
Boolean true/false. |
|
|
notifyOnFriendRequest |
|
Whether to notify the user when a friend request is received. |
|
false |
|
Boolean true/false. |
|
|
notifyOnComment |
|
Whether to notify the user when a comment is added. |
|
false |
|
Boolean true/false. |
|
|
receiveNewsletter |
|
Whether to receive the newsletter. |
|
false |
|
Boolean true/false. |
|
|
showFavorites |
|
Whether to publically show the user's favorites. |
|
false |
|
Boolean true/false. |
|
|
showComments |
|
Whether to publically show the user's comments page. |
|
false |
|
Boolean true/false. |
|
|
showFriends |
|
Whether to publically show the user's friends. |
|
false |
|
Boolean true/false. |
|
|
showFirstName |
|
Whether to publically show user's first name. |
|
false |
|
Boolean true/false. |
|
|
showLastName |
|
Whether to publically show user's last name. |
|
false |
|
Boolean true/false. |
|
|
showCity |
|
Whether to publically show user's city. |
|
false |
|
Boolean true/false. |
|
|
showProvince |
|
???restng.veoh.people.updateInfo.showProvince??? |
|
false |
|
Boolean true/false. |
|
|
showCountry |
|
Whether to publically show user's country. |
|
false |
|
Boolean true/false. |
|
|
showPostalCode |
|
???restng.veoh.people.updateInfo.showPostalCode??? |
|
false |
|
Boolean true/false. |
|
|
showGender |
|
Whether to publically show user's gender. |
|
false |
|
Boolean true/false. |
|
|
showBirthday |
|
Whether to publically show user's birth date. |
|
false |
|
Boolean true/false. |
|
|
showBirthYear |
|
Whether to publically show user's birth year. |
|
false |
|
Boolean true/false. |
|
|
facebookPostOnComment |
|
???restng.veoh.people.updateInfo.facebookPostOnComment??? |
|
false |
|
Boolean true/false. |
|
|
facebookPostOnRate |
|
???restng.veoh.people.updateInfo.facebookPostOnRate??? |
|
false |
|
Boolean true/false. |
|
|
facebookPostOnGroupCreate |
|
???restng.veoh.people.updateInfo.facebookPostOnGroupCreate??? |
|
false |
|
Boolean true/false. |
|
|
twitterPostOnComment |
|
???restng.veoh.people.updateInfo.twitterPostOnComment??? |
|
false |
|
Boolean true/false. |
|
|
twitterPostOnRate |
|
???restng.veoh.people.updateInfo.twitterPostOnRate??? |
|
false |
|
Boolean true/false. |
|
|
twitterPostOnGroupCreate |
|
???restng.veoh.people.updateInfo.twitterPostOnGroupCreate??? |
|
false |
|
Boolean true/false. |
|
|
contentRatingIdFilter |
|
The id of the maximum content rating that will be displayed for the user. |
|
false |
|
Integer. |
|
|
apiKey |
|
An API key (Complete your developer profile here and a key will be emailed to you) |
|
true |
|
String. |
|
|
userToken |
|
A user token identifying the logged-in user (See veoh.people.authenticate) |
|
true |
|
String. |
|
|
|
|
|
|
|
|
|
|
|