vx_req_aux_reset_password
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Reset a user's password. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| char * | user_uri The URI of the account to reset the password for. |
| char * | user_email The email address associated with the account to reset the password for. |
| char * | server_url The server to perform the password reset on. |
Detailed Description
Reset a user's password. See: vx_resp_aux_reset_passwordstruct vx_req_aux_reset_password;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable user_uri
The URI of the account to reset the password for.char * user_uri;
variable user_email
The email address associated with the account to reset the password for.char * user_email;
variable server_url
The server to perform the password reset on.char * server_url;