mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[GH-ISSUE #1301] BUG: Email permissions does not show who has "Send-As" #724
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#724
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wilkinsalex on GitHub (Jan 10, 2023).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/1301
In the user view, it will list users with FullAccess, but it doesn't list if a user has Send-As.
Additionally, in the "Email & Exchange > Mailboxes > Edit" view where you can see the "raw" output of the permissions, it also does not show if the user has Send-As Permissions.
The use case here is users with shared mailbox access (Full Access) also need Send-As if they are replying inside the mailbox. So, we apply both of those permissions.
We can apply it, and it does work as shown in the second "part" of the screenshot below, it just doesn't report it back into CIPP =)
Example here: https://app.screencast.com/Mk7HM5QTxTfAf
@KelvinTegelaar commented on GitHub (Jan 17, 2023):
Fixed in dev