Hi there
In this post I’m covering how to export Office 365 Role Members to CSV
View role groups
Use the EAC to view role groups
- In the EAC, go to Permissions > Admin Roles. All of the role groups in your organization are listed here.
- Select a role group. The Details pane shows the Name, Description, Assigned roles, Members, Managed by, and Write scope of the role group. You can also see this information by clicking Edit
.

Exported result (csv file)


You can export the same using PowerShell. Please fell free this amazing script from Jerry Yasir available at my Technet Gallery repository.
Tip!
When you run any not signed PowerShell script you’ll be prompted the following error message “Powershell file cannot be loaded” please set the execution policy before you run it.
Set-ExecutionPolicy -ExecutionPolicy Unrestricted
Reference
https://docs.microsoft.com/en-us/exchange/permissions-exo/role-groups
https://gallery.technet.microsoft.com/office/O365-Export-Roles-from-2e2f6565
Thanks,