Forgot Password for Tenant Operator (v2.0)
POST/v2.0/api/tenants/:tenant_id/login/password/forgot
Create password forgot fields for a tenant operator.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
- application/json
Body
Password forgot fields for a tenant operator
email string
The email address. Max length = 1000.
Responses
- 200
- 400
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
email string
The email address. Max length = 1000.
{
"email": "string"
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
The error code.
message string
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "OPERATOR_FORGOT_PASSWORD_EMAILED"
},
{
"code": "OPERATOR_ACCOUNT_UNVERIFIED"
}
]
}
}
Loading...