Procedures

Automation procedures in the Microsoft Office 365 BDK Book.

to get a (group's members) from office365

FILTER - CAPABLE

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

Concept
Description
Type
Required
Default Value

The Office 365 group whose members are to be retrieved.

office group

Yes

Output Concepts

Concept
Description
Type

A list of Office 365 users who are members of the specified group.

office user

Examples

Retrieve all members of the specified group

get groups from office365 whose mail is "[email protected]"
get the first group
get the above's members from office365

to get some (groups) from office365

FILTER - CAPABLE

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

Concept
Description
Type

A list of Office 365 groups.

office group

Examples

Retrieve all groups

get groups from office365

Retrieve a group whose email matches the specified email.

get groups from office365 whose mail is "[email protected]"

to get some (users) from office365

FILTER - CAPABLE

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

Concept
Description
Type

A list of Office 365 users.

office user

Examples

Retrieve all users

get users from office365

Retrieve a user whose email matches the specified email address

get users from office365 whose mail is "[email protected]"

Last updated

Was this helpful?