Directory
{
"interval": "2024-03-05T00:00:00.000-05:00/2024-04-03T00:00:00.000-05:00",
"serviceName": "Directory",
"filters": [
{
"property": "EntityType",
"value": "User"
},
{
"property": "Action",
"value": "Create"
},
{
"property": "EntityId",
"value": "insertUserIdHere"
}
],
"sort": [
{
"name": "Timestamp",
"sortOrder": "desc"
}
]
}
------------------------------
Melissa Bailey
Genesys - Employees
------------------------------
Original Message:
Sent: 04-03-2024 17:39
From: Nichole Conway
Subject: Finding the date a user was created
Do you know what service name to use? I tried PeoplePermissions but I don't know what to put for EntityType or the value
------------------------------
Nichole Conway
State of Missouri
Original Message:
Sent: 04-03-2024 17:14
From: Melissa Bailey
Subject: Finding the date a user was created
You could use the audit api. You can only query 30 days at a time, so you may need to go back in chunks until you find it. Also make sure you use the non-realtime endpoints.
https://developer.genesys.cloud/devapps/api-explorer#post-api-v2-audits-query
------------------------------
Melissa Bailey
Genesys - Employees
Original Message:
Sent: 04-01-2024 11:59
From: Nichole Conway
Subject: Finding the date a user was created
Is there a way to find what date a user was created? I tried the Get User API but it didn't look any of the expanded fields was what I was looking for. I know you can look at People and see the date the Welcome was sent but if the Welcome wasn't sent, how do we see the date the user was created?
#Reporting/Analytics
------------------------------
Nichole Conway
State of Missouri
------------------------------