Liam
Liam

Reputation: 429

Microsoft Graph API - Outlook - Get all members from an organisation

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

Answers (1)

Marc LaFleur
Marc LaFleur

Reputation: 33094

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

Upvotes: 1

Related Questions