Change current email
Change current email
POST https://api.sponseasy.com/v2/user/change_email
This endpoint allows you to change current user email.
Path Parameters
Name
Type
Description
token
string
Query Parameters
Name
Type
Description
user[email]
string
{
status: "success"
}{
status: "error",
message: ["error_message"]
}Last updated
Was this helpful?