Mar 14 2024 09:02 AM
When I try to load data (doesn't matter "groups" or "servicePrincipal" or smth else) of users "createdObjects" column, I'm getting the following error
Request: https://graph.microsoft.com/v1.0/users/{user-id}/createdObjects/microsoft.graph.group
Response error: {
"code": "InternalServerError",
"message": "A resource of type 'microsoft.graph.servicePrincipal' was found in a resource set that otherwise has entries of type 'microsoft.graph.group'. In OData, all entries in a resource set must have a common base type.",
}
When I try to load with $count=true, and ConsistencyLevel=eventual in Headers I'm getting the following error:
{
}
It is my fault or defect on Graph API side? Documentation doesn't say anything about it.