May 28 2023 06:54 AM
Hi, i'd like to know if the graph api provides any endpoint to set the permissions for a newly created azure ad user to allow "send-as" permissions.
the user has an email box and when i go into portal.microsoft.com/#users, click on the user, then e-mail, then "send-as" permissions (in german this is "Senden als"-Berechtigungen, i translated it by myself to english so maybe its a bit different), then i can add a permission.
I would like to automate that process and add one of those permissions, but i cant find an endpoint for it. anyone an idea?
May 28 2023 07:12 AM
May 28 2023 07:18 AM
May 29 2023 08:17 AM
May 29 2023 08:21 AM
May 30 2023 12:31 AM
May 30 2023 01:08 AM
Yes, i found some things i can configure, but e.g. the start day of the week was not there
Jun 07 2023 12:30 AM
@Vasil Michev i tested it with:
Set-MailboxCalendarFolder -PublishEnabled $true -Identity email address removed for privacy reasons:\Calendar -DetailLevel FullDetails -Confirm:$false
Unfortunately i get an error that the policy blocks anonymous sharing, which is of course also not what i want. I assume somehow i have to again use the "Default" user to share access to the calendar company wide. Can you give me a hint how to achieve that?
Jun 07 2023 07:54 AM