
Hi I want to set some exchange online parameters using Microsoft Graph in PowerAutomate
I need to change the mailbox type from User to shared - example
Set-Mailbox "Beth.Jones@llcct.onmicrosoft.com" -Type Shared
And give another user access to the mailbox
Add-MailboxPermission -Identity "Beth Jones" -User "LLCCT_Christina Tedesco" -AccessRights FullAccess -InheritanceType All
Can I do this through Microsoft Graph?