vx_req_aux_reset_password
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months 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
struct vx_req_aux_reset_password;
Reset a user's password.
Public Attributes Documentation
variable base
vx_req_base_t base;
The common properties for all requests.
variable user_uri
char * user_uri;
The URI of the account to reset the password for.
variable user_email
char * user_email;
The email address associated with the account to reset the password for.
variable server_url
char * server_url;
The server to perform the password reset on.