Feature Requests and Feedback
-
allow indentification of shared mailboxes using graph api
The only way to identify if a user is actually a shared mailbox is using Powershell. You should also be able to identify shared mailboxes over other APIs such as graph. So that shared mailboxes can be managed from dynamic applications.
131 votes -
Allow dialogs to be sized with pixels instead of only percentages
Office.context.ui.displayDialogAsync gives us the ability to open a dialog of a certain size, but the size options are only in percents of the parents window.
This could be fine if we could know the size of the parent window from an add-in - we could get it and do some calculations, but CORS blocks us from that.
Using only percentages puts us in awkward situations where we have a dialog with a decent amount of content that we need to make responsive to a tiny window when there is still a lot of real estate available in the parent.
92 votes -
Adicionar informação do Departamento ao Usuário
https://docs.microsoft.com/en-us/graph/api/user-list?view=graph-rest-1.0&tabs=http
"By default, only a limited set of properties are returned (businessPhones, displayName, givenName, id, jobTitle, mail, mobilePhone, officeLocation, preferredLanguage, surname, and userPrincipalName)."
Adicionar o Departamento nas informações do usuário.
88 votes -
Manage Mail-enabled security groups with Graph API
We would add or remove meber with Graph Api from Mail-enabled security groups.
Actually is not possible create or manage this kind of grouphttps://docs.microsoft.com/en-us/graph/api/resources/groups-overview?view=graph-rest-1.0
16 votes -
Set data as Office Open XML supported for data in PowerPoint
It is currently possible to insert data using Office Open XML in Word. The ability to do this in other applications (especially PowerPoint) too would enable developers to insert videos, audio clips etc. in other applications than Word.
6 votes -
enable a report that shows contact outside the home domain by volume, percent of communication, by user
I'd like to be able to sample communications between my domain and other outside domains. I'd like to be able to quickly see who is communicating, how much/how often, and to whom.
6 votes -
API for importing mail into a mailbox
Similar to gmail's API ability to create new email messages inside a mailbox via the API, it would be ideal to have API control to insert and import messages into a mailbox. The API gmail has our what follows:
https://developers.google.com/gmail/api/v1/reference/users/messages/import
https://developers.google.com/gmail/api/v1/reference/users/messages/insertThese allow for ability to create new messages inside a mailbox without having to send emails to a user.
6 votes -
Issue in get_user graph api. Response constains value for assignedLicense property for a user who is unlicensed in portal.
Issue in get_user graph api. Response constains value for assignedLicense property for a user who is unlicensed in portal.
The value in assignedLicense property doesn't point to any valid license in the available licenses in the organization.4 votes -
add /sharedbyme api to Graph api to help checking permission
this api is not included into Graph api and cannot used by OneDrive for Business and Sharepoint Document Library.
3 votes -
Office.Settings not retrievable in Excel Online when created and set in Excel Desktop
According to the API docs, the Office.Settings objects are saved per add-in and per document. That is, they are available only to the add-in that created them, and only from the document in which they are saved.
I'm a bit confused regarding the Office.Settings interface. I've created a gist in the ScriptLab Add-in where I set 2 setting objects (queries and queryIDs) and then retrieve them (log them to console).
Gist: https://gist.github.com/VivianVenter/e5489628384f96f2d3bf9a50aace8728
If I run this gist on Excel Desktop, then I can create the settings and retrieve them successfully. If I save this workbook and open it in Excel…
3 votes -
Custom Export for Visio Process Diagrams (BPMN)
You have a new feature to export a visio process diagram (bpmn) to word. Great but not extensible. Our company would like to provide an export within visio to our custom sharepoint process management database.
Our customers are highly interested.
3 votes -
Allow SIP Address/IM Address to global contacts
Allow for SIP Address/IM Address to be added/updated using the Microsoft Graph API.
Currently you can set anything else apart from these properties and for us and a few customers are vital for use on their SRS devices.
3 votes -
Allow searching of all user mailboxes via the Graph API
Currently, the Graph API doesn't allow searching mailboxes of all users within an organization. If you want to search across all user mailboxes, you have to iterate over all users and run an individual query. This is usually impractical.
It would be very useful if we could just search messages in general, without regard to any specific user.
3 votes -
Expose Document Theme changes for Task pane add-ins
Theming is exposed for Powerpoint Content Add-ins, but the ability to theme Task-Pane add-ins and their outputs would be even better!
I have dynamically created graphics that users can insert into their documents via a task-pane add-in but the theme is currently locked and unable to change based on a document's design choices.
3 votes -
Zoom par fenêtre dans les previsualisations de PDF ou d'image
Votre zoom actuel offre des pourcentages, ce qui oblige de faire plusieurs manipulations pour agrandir un carré précis.
Je suis donc dans l'obligation d'ouvrir les documents dans le navigateur ou directement avec Bluebeam par exemple3 votes -
promote /beta/riskDetections to v1.0 please.
promote /beta/riskDetections to v1.0 please.
3 votes -
Get AD details using object id
i'm getting access policy details of a KeyVault but i'm getting only object id .with object id there is no way to get the details from azure Active directory if we dont know the object id is user or group or a service principal. it gives a lot of problems when using logic apps
3 votes -
SharePoint HTTP error 503 returns as HTTP 400
Hello,
I found the following two posts describing an issue the I currently have.
My flow calls the SharePoint webservice URI GET /_api/web/lists/GetByTitle('ListTitle')/Items(12080)/Versions
Recently this began to fail some times reporting a 400 Bad request, but with the request message that it ran into 503 Service unavailable.
The problem with this is that Power Automate will automatically retry on a HTTP 503 error, but does not retry on a HTTP 400 error.
So now my flow will fail in stead of retry. Please look into this and align the HTTP status code with the actual error.
…
1 vote -
Office.context.ui.displayDialogAsync window mis-positioned by OWA in multimonitor environment
When an Outlook Add-In starts a displayDialogAsync window the window is not centered on the screen when Outlook is on a non-default monitor. The dialog window is displayed too low and too far right so to be slightly into the middle monitor when launched on the left monitor. When launched on the right monitor it is too low and too ar left so as to be slightly into the middle monitor. It works correctly if Outlook is on the #1 monitor.
1 vote -
provide refresh access token for a longer duration of time.
Provide refresh token for a longer duration of time otherwise, there is no use of access token which needs to be re-authenticate every hour.
4 votes
- Don't see your idea?