MePasswordResetRequestor Returns 400 Status
(Doc ID 2613893.1)
Last updated on JUNE 14, 2021
Applies to:
Identity Cloud Service (IDCS) - Version N/A to N/AInformation in this document applies to any platform.
Symptoms
In IDCS v19.2.1, trying to reset user password through API MePasswordResetRequestor and API returns ,"status":"400"
Error":{"messageId":"error.identity.passwordmgmt.maskedEmailNotFound"}}
Changes
Request URL: POST {{HOST}}/admin/v1/MePasswordResetRequestor
Payload:
{
"userName": "email.address@<DOMAIN_NAME>",
"notificationType": "email",
"notificationEmailAddress": "email.address@domain.com",
"schemas": [
"urn:ietf:params:scim:schemas:oracle:idcs:MePasswordResetRequestor"
]
}
"userName": "email.address@<DOMAIN_NAME>",
"notificationType": "email",
"notificationEmailAddress": "email.address@domain.com",
"schemas": [
"urn:ietf:params:scim:schemas:oracle:idcs:MePasswordResetRequestor"
]
}
Response
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:Error",
"urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error"
],
"detail": "Cannot find email address corresponding to specified masked email address email.address@<DOMAIN_NAME> for username email.address@<DOMAIN_NAME>",
"status": "400",
"urn:ietf:params:scim:api:oracle:idcs:extension:messages:Error": {
"messageId": "error.identity.passwordmgmt.maskedEmailNotFound"
}
}
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |