Procedures

Automation procedures in the Microsoft Office 365 book.

The following documentation is for Microsoft Office 365 v2.1.0 (BDK).

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

(no default)

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

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

Retrieve a group whose email matches the specified email.

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

Retrieve a user whose email matches the specified email address

Last updated

Was this helpful?