1
votes

I am using Microsoft Graph API to get information from outlook. Currently my GET returns all groups within my organisation, and from there I can get members from each specific group using the https://graph.microsoft.com/v1.0/groups/{ID}/members

I am wondering if I am able to get all members from all groups eg. All members with the email ending @myCompany.co.uk?

Thanks

1

1 Answers

1
votes

The /v1.0/users endpoint will return all user's in the tenant.