lost password feature.
POST https://api.nexway.store/iam/users/public/lostpassword/{realm}
Parameter name | Value | Description | Additional |
---|---|---|---|
realm | string | realm |
Required |
The request body takes a complete LostPassword resource, containing the following writable properties:
{
"email": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
string |
User email |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK Success |
|
401 | Unauthorized Unauthorized |
|
403 | Forbidden Forbidden |
|
404 | Not Found Not Found |
|
500 | Internal Server Error Failure |