updateCurrentUserEmail
Starts the procedure for changing the email address.
Request
PATCH https://api.bytehand.com/v2/users/current/email
Parameters
Query Parameters | |
---|---|
string Required parameter. Email address. | |
redirect_uri | string Required parameter. The address to which the code will be passed must match the values in the app's list of trusted addresses. You can add an address to the list of trusted addresses through support. |
Authorization
Requires authorization and the simultaneous presence of all of the following access rights: profile_manage, credentials_manage.
Response
Upon successful completion of the request, an object of type Response is returned.