Basically same question with this one more than 3.5 years ago. Curious if anything has changed? Is it available now?
Was hoping to do below commands via REST:
Add-MailboxPermission -Identity $userUPN -User $delegateTo -AccessRights FullAccess -InheritanceType All
Set-Mailbox -Identity $userUPN -Type Shared
Thanks!