This process automatically creates a list of Microsoft365 group members and emails it to designated users.
If you want to do an inventory of the entire Microsoft365 group (contacting each group’s administrator for confirmation), you can use the list of group names and each group’s administrator address to do the batch process.
Worker (Number of swimlanes: 1)
System Administrator
Workflow (Workflow diagram complexity: 17)
11. Target Group Input
The system administrator enters the group to be processed.
179. Error Handling
The system administrator checks the execution log and reviews and implements measures after the error.
4x1. Get Group ID
The system retrieves the group ID from the specified group name.
5x2. Get Member List
The system retrieves the member list for the specified group.
6x3. Get Member List (for the next page)
The system accesses the specified URL and retrieves the group’s member list (for the next page).
8x4. Update Access URL
The system prepares the URL to be accessed next time.
9x5. Clear Data
The system clears the data in preparation for the next member list retrieval process.
Business process variables to be passed (number of data items: 9)
Group Administrator (to whom results will be emailed)q_manager0*
The administrator of the Microsoft365 group to be processed is stored.
Group Nameq_groupName1*
The name of the Microsoft365 group to be processed is stored.
Group IDq_groupId2
The ID of the Microsoft365 group to be processed is stored.
Member Listq_list3
The list of members (email addresses) of the Microsoft365 group to be processed is stored.
nextLink1 (returned if there is paging in the list acquisition)q_nextLink14
If there is any remaining in the list acquisition, the URL that should be accessed next time is stored.
nextLink2 (returned if there is paging in the list acquisition)q_nextLink25
If there is any remaining in the list acquisition, the URL that should be accessed next time is further stored.
log1q_log16
This data item is used to keep a log of add-on XML processing. This is mainly for when errors occur.
log2q_log27
This data item is used to keep a log of add-on XML processing. This is mainly for when errors occur.
log3q_log38
This data item is used to keep a log of add-on XML processing. This is mainly for when errors occur.