Sort by
Newest
GET /groups/{id}/members doesn't return service principals in v1.0
Active: 4 yearsUpdated: September 11, 2024Area:Groups
The List group members API operation on the v1.0 endpoint currently doesn't return any service principals that might be members of the queried group.
Workaround
As a workaround, use one of the following options:
- Use the List group members API operation on the beta endpoint.
- Use the /groups/{id}?$expand=members API operation.