vx_req_aux_create_account
Reference the Vivox Core SDK API.
Read time 2 minutesLast updated 7 months ago
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| vx_generic_credentials | credentials The credentials to use to create the account. |
| char * | user_name The user's username for the account. |
| char * | password The user's password for the account. |
| char * | email The user's email address. |
| char * | number RESERVED FOR FUTURE USE. |
| char * | displayname RESERVED FOR FUTURE USE The display name to use in the Vivox portal for the user. |
| char * | firstname The first name to use in the Vivox portal for the user. |
| char * | lastname The last name to use in the Vivox portal for the user. |
| char * | phone RESERVED FOR FUTURE USE The user's phone number. |
| char * | lang RESERVED FOR FUTURE USE The user's primary language. |
| char * | age RESERVED FOR FUTURE USE The user's age at the time of account creation. |
| char * | gender RESERVED FOR FUTURE USE The user's gender. |
| char * | timezone RESERVED FOR FUTURE USE The users's timezone. |
| char * | ext_profile RESERVED FOR FUTURE USE. |
| char * | ext_id RESERVED FOR FUTURE USE. |
Detailed Description
struct vx_req_aux_create_account;
Attention: This is not supported on the iPhone platform.
Public Attributes Documentation
variable base
vx_req_base_t base;
The common properties for all requests.
variable credentials
vx_generic_credentials credentials;
The credentials to use to create the account.
Attention: This is not supported on the iPhone platform.
variable user_name
char * user_name;
The user's username for the account.
variable password
char * password;
The user's password for the account.
variable email
char * email;
The user's email address.
variable number
char * number;
RESERVED FOR FUTURE USE.
variable displayname
char * displayname;
RESERVED FOR FUTURE USE The display name to use in the Vivox portal for the user.
variable firstname
char * firstname;
The first name to use in the Vivox portal for the user.
variable lastname
char * lastname;
The last name to use in the Vivox portal for the user.
variable phone
char * phone;
RESERVED FOR FUTURE USE The user's phone number.
variable lang
char * lang;
RESERVED FOR FUTURE USE The user's primary language.
variable age
char * age;
RESERVED FOR FUTURE USE The user's age at the time of account creation.
variable gender
char * gender;
RESERVED FOR FUTURE USE The user's gender.
variable timezone
char * timezone;
RESERVED FOR FUTURE USE The users's timezone.
variable ext_profile
char * ext_profile;
RESERVED FOR FUTURE USE.
variable ext_id
char * ext_id;
RESERVED FOR FUTURE USE.