While calling user delta API(beta version) for Azure
https://docs.microsoft.com/en-gb/graph/api/user-list?view=graph-rest-beta&tabs=http
I am getting the following fields, "assignedPlans" "assignedLicenses" "licenseAssignmentStates". These fields are changing way too frequently because of which delta API keeps on getting more and more pages even for a small number of users.
https://graph.microsoft.com/beta/users/delta
I wanted to know what does these fields mean, however I couldn't find it in the API documentation