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