-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
14
-
Problem Definition
Nowadays, the GET /rest/api/1.0/admin/groups/more-members REST API endpoint does not retrieve each user's creation date, and that information might be useful for our customers.
Example use case
I would like to revoke accounts for users that have not logged in in the last 2 months, and I am going to use the authentication timestamp for that, but for users who have never even logged in, I would need to know when the account was created.
Suggested Solution
Include the user's creation date to the response. This information is stored at database level, in the CWD_USER.CREATED_DATE column.
Workaround
There are no known workarounds yet for retrieving that information via REST API.