mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #90] Feature request: List / Add / Edit / Remove Contacts #55
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#55
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 @freezscholte on GitHub (Oct 20, 2021).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/90
Originally assigned to: @lwhitelock on GitHub.
Is your feature request related to a problem? Please describe.
Also another one from our support guys, is to list and edit the contacts list that you can find in admin center and EXO admin center.
Describe the solution you'd like
In the Identity menu a submenu button to list/add/edit/remove contacts
Describe alternatives you've considered
Currently using admin.microsoft.com
@lwhitelock commented on GitHub (Oct 26, 2021):
I'll look at this
@lwhitelock commented on GitHub (Oct 31, 2021):
It turns out the Contacts APIs available are pretty useless, either read only, insanely rate limited, or interactive sessions only. The only practical option was the graph read only list. I have added in the ability to view contacts using that API and then edit them directly in exchange admin centre with a link. I think this is the best option until MS improves things.
@KelvinTegelaar commented on GitHub (Oct 31, 2021):
Added as read-only until Graph improves. Now functional in the dev build. :)