I have a send HTTP Request card that is getting members of all groups within my org. I am doing this and using the graph API to get the Display Name, Department, and Start Date from group members.
The issue is that some of the groups don't have user-type objects, but instead devices. I know the cause of the error is that I have properties or attributes in my required section of the schema. However, is there a way to skip members where that property isn't applicable to the device object?
I still need the info if it is a user object.
The answer to this is to filter at the time of the HTTP request, as below:
GET https://graph.microsoft.com/v1.0/groups/{id}/members/microsoft.graph.user
Churchy
6
Chriddle
4
Super User 2025 Season 1
stampcoin
4