Note: The API still is in beta phase. in the response under the valuearray each curly braces block is a separate user registration detail object. each object might have a property "@odata.type": "#microsoft.graph.userRegistrationDetails" or might not have in future. for our rego rules to work, normalize each user registration detail object snapshot by adding a type as microsoft.graph.userRegistrationDetails and move all other properties under a properties block.
Simply treat each user registration detail object as a sperate resource type under the value array.
Also see the permissions section for necessary permission to crawl this resource type from AAD.
Cawal below graph API endpoint to get list of
userRegistrationDetails
:Note: The API still is in beta phase. in the response under the
value
array each curly braces block is a separate user registration detail object. each object might have a property"@odata.type": "#microsoft.graph.userRegistrationDetails"
or might not have in future. for our rego rules to work, normalize each user registration detail object snapshot by adding atype
asmicrosoft.graph.userRegistrationDetails
and move all other properties under aproperties
block.Simply treat each user registration detail object as a sperate resource type under the
value
array.Also see the permissions section for necessary permission to crawl this resource type from AAD.
master-snapshot: