Reputation: 429
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
Upvotes: 1
Views: 393
Reputation: 33094
The /v1.0/users
endpoint will return all user's in the tenant.
Upvotes: 1