core_users_recovery_email_create
POST/core/users/:id/recovery_email/
Create a temporary link that a user can use to recover their accounts
Request
Path Parameters
id integerrequired
A unique integer value identifying this User.
Query Parameters
email_stage stringrequired
Responses
- 204
- 400
- 403
Successfully sent recover email
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
property name* any
Validation Error
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...