Request
Body Params application/jsonRequired
{
"email": "string",
"link_with": "string"
}
Request Code Samples
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/me/identities/' \
--header 'Authorization;' \
--header 'Auth0-IdToken;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"email": "string",
"link_with": "string"
}'
Responses
Change email from user-password identity
This response does not have a body.
Modified at 2026-04-15 14:20:24