...
Code: ErrorInvalidUser / Error no access / access denied
...
...
If you have this or similar errors its common that your application or user don’t have access to the resource yet. Make sure all the commands from our configuration guide were executed successfully 2 - Booking System preparation
...
Code Block |
---|
Get-MailBoxPermission “enter resource email” “resource email” |
Code: ErrorAccessDenied ODATA disabled
If you have this error, most likely the resource isn’t part of the mail enabled security group yet, so the application doesn’t have access to it. Add the resource to the security group over PowerShell command or https://roomzio.atlassian.net/wiki/spaces/SUP/pages/529924106/Old+way+Mail-enabled+security+group#2.2-Graphical-user-interface to solve the issue.
Code Block |
---|
Add-DistributionGroupMember -Identity "name of group" -Member "resource email" |
...