User Management REST API Allows Invalid Dates in USER_END_DATE for New User
(Doc ID 2857293.1)
Last updated on JULY 10, 2023
Applies to:
Oracle Financial Services Analytical Applications Infrastructure - Version 8.1.1 and laterInformation in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)
Oracle Financial Services Analytical Applications Infrastructure (OFSAAI)
Symptoms
When using the User Management REST API to create a user, it allows invalid dates in the parameter user_end_date.
The user is created successfully but has an invalid date.
For example, a user is created with a user_end_date value of 04/31/2024 using the settings below:
{
"attributes": {
"user_id": "TESTAPI101",
"user_name": "TESTAPI101",
"user_password": "<PASSWORD>",
"user_start_date": "10/13/2021",
"user_end_date": "04/31/2024",
"user_is_authorized": true,
"user_is_enabled": true,
"user_logon_holiday": true,
"smsauthonly": false
}
}
You expect an invalid date to trigger an error when attempting to create the user.
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 |
Cause |
Solution |
References |