send email for recovery password
POST
/api/me/identities/{auth0_id}/forgot_passwordRequest
Path Params
auth0_id
string
required
Auth0 id of the identity
Header Params
Authorization
string
optional
Bearer token from Auth0. required for accessing the endpoint.
Auth0-IdToken
string
optional
Id token from Auth0, optional for endpoint access.
Accept-Language
string
optional
Preferred language for the response content.
Request samples
Responses
No Content(204)
Parameter Error(422)
HTTP Code: 204
Content Type : JSONapplication/json
Send email for Auth0 User
Data Schema
object {0}
Example
{}
Last modified: 17 days ago