Is there a search query to get all the identities whose entitlement access is going to expire in certain date range?

I have 2 other options that might help with your current situation, but they are not exactly what you seem to be looking for.

A search like this can let you search for removeDates that are in a specified year/month. This might give you some info you need to look for removeDates that are coming up in the next month.

{
	"indices": [
		"events"
	],
	"query": {

		"query": "attributes.removeDate:\"2024-11*\""
	}
}

Additionally, you can search my identity id to find the removeDates for the items they requested to see if any are upcoming. This solution was described here: How to view expiration date of an entitlement for a particular Identity? - #3 by kdfreeman

Hope one of these solutions helps you!

  • Zach
1 Like