Get LastModifiedDateTime in Azure AD Group

JPMac
New Contributor III
New Contributor III

Hi all,

We export Azure AD groups and their members to a CSV file for applications that are not connected to Saviynt.
If there is an update, such as a user being added to an Azure AD group, we want to output only the difference of the update to a CSV file.

We found that by getting the LastModifiedDateTime of the Azure AD group, we can output the difference of the update by reporting.

However, Azure AD connector in OOTB cannot get the LastModifiedDateTime of the AAD group.
I think we can get it with the following APIURL, but we can't get it by adding attribute to Connection.

https://graph.microsoft.com/v1.0/groups/{groupId}?$select=lastModifiedDateTime

Can you give me some advice?

===Entitlement Attribute===

{
"entitlementAttribute": {
"AADGroup": {
"colsToPropsMap": {
"entitlementID": "id~#~char",
"entitlement_value": "displayName~#~char",
"customproperty1": "deletionTimestamp~#~char",
"customproperty2": "description~#~char",
"customproperty5": "dirSyncEnabled~#~char",
"customproperty6": "lastDirSyncTime~#~char",
"customproperty7": "mail~#~char",
"customproperty8": "mailEnabled~#~char",
"customproperty9": "onPremisesSecurityIdentifier~#~char",
"customproperty10": "securityEnabled~#~char",
"customproperty11": "groupTypes~#~listAsString",
"customproperty12": "membershipRule~#~char",
"customproperty13": "membershipRuleProcessingState~#~char",
"customproperty16": "resourceProvisioningOptions~#~char",
"customproperty20": "id~#~char",
"customproperty21": "lastModifiedDateTime~#~char"
}
}

3 REPLIES 3

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @JPMac,

We cannot see the lastModifiedDateTime attribute exist in the documentation, Is it a custom attribute?
if yes, then please provide the response sample.

Thanks,

JPMac
New Contributor III
New Contributor III

@sudeshjaiswal 

Thanks for your response.

The sentence I wrote was wrong.


What I want to do is to get the Date in the Audit Log of the Azure AD group and store it in the Entitlement of Saviynt.

JPMac_0-1692253460025.png

Regards

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @JPMac,

This is the not supported by Azure AD OOTB connector as this uses a different Graph API.

Thanks.