core_users_recovery_create
POST/core/users/:id/recovery/
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.
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
link stringrequired
{
"link": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...