Procedures
Automation procedures in the Microsoft Office 365 book.
Ensure that you have installed or connected the Microsoft Office 365 book and created a new playground before using these automation procedures.
to get a (group's members) from office365
Retrieves members of an Office 365 group accessible via the Microsoft Graph API.
It requires the following permissions on the application: Directory.Read.All, Group.Read.All, Group.ReadWrite.All, GroupMember.ReadWrite.All
Input Concepts
Output Concepts
Examples
Retrieve all members of the specified group
to get some (groups) from office365
Retrieves Office 365 groups accessible via the Microsoft Graph API.
It requires the following permissions on the application: Group.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All, Group.Read.All
Output Concepts
Examples
Retrieve all groups
Retrieve a group whose email matches the specified email.
to get some (users) from office365
Retrieves Office 365 users accessible via the Microsoft Graph API.
It requires the following permissions on the application: User.Read.All, User.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All
Output Concepts
Examples
Retrieve all users
Retrieve a user whose email matches the specified email address
Last updated
Was this helpful?
