No Application Permissions for Intune on Microsoft Graph? - microsoft-graph-api

As per (&today) https://developer.microsoft.com/en-us/graph/docs/concepts/permissions_reference#intune-device-management-permissions it says "Applications Permissions - None".
Is this going to remain that way or is it planned that at some point we will be able to access Intune as an application (running without a signed-in user present)?

We are considering adding this functionality, yes. However, we don't have a committed timeline as of now. But, we understand the customer and partner interest here, and thanks for helping keep this top of mind for us.
-Dave [MSFT]

Related

Microsoft Graph API change notifications for todoTask

Microsoft Graph API has provisions for accessing todoTask - it does not however have application level permissions (those are listed as "not supported"). How would an application implement creating / updating tasks and getting notifications for multiple users? Seems like a glaring hole in the api framework
Yes application level permissions are not yet supported. Please file a user voice here for your ask so that it could be considered in future.
Thanks!

No access to the owner of the Google brand account anymore

As an NGO, we created a Google brand account some years ago but unfortunately the owner of the account left the organization and we can't contact him. So we are still able to manage our youtube channel but we are not able to get full control over the account. How could we reclaim the full ownership of our account ?
Google-Cloud-Platform specific use cases should be reported on Google Issue Tracker.
I have already created this issue for you so the right team would handle it for you.
As my colleague indicated on this issue, this should be handled by YouTube Support.
For this, you would need to submit an new question.

What API do I use with the permissions my Teams app received in App Studio?

I am developing an app in Microsoft Teams using the App Studio. Towards the end of the proccess, in the section Domains and Permissions, you are allowed to give resource-specific consent permissions such as File.Read.Group. I was wondering where I would use these permissions (Microsoft Graph, Azure AD Graph, ...) to programmatically access an API. As a side question, does anybody know which permission allows the app to manage group members?
Thank you!
Here is a good read on that permissions settings page, those consent permissions are not actually a part of azure ad app registrations as of this articles writing. so that means while they are sort of graph permissions, you would use them against the graph api. They are for specific teams based resource specific permissions.
https://blog.thoughtstuff.co.uk/2020/01/microsoft-teams-has-a-new-more-granular-and-resource-specific-permissions-model-for-apps-what-is-resource-specific-consent-rsc-and-how-do-i-use-it/
the official documentation on the matter: https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/rsc/resource-specific-consent
as per the microsoft link i don't see a resource specific permission to "edit" groups members.

How to contact technical support for MS Graph?

I have found no way to contact any actual human beings for technical support regarding MS Graph service.
The graph support page doesn't contain any link to technical support: https://developer.microsoft.com/en-us/graph/support
Documentation issues are not either monitored by technical teams or the documentation issues are only meant to discuss the issues of the documentation (not in the actual service).
How to get support for technical issue such as:
https://github.com/microsoftgraph/microsoft-graph-docs/issues/3938
Browsing the documentation issues it seems the docs issues is full of technical issues that are not addressed by anyone in any reasonable time. The developer experience is not great if the service is not working as documented and there is no way to contact support.
You can raise a support ticket in portal.azure.com. Please click help+support, then select New Support Request and select Technical, and then Azure Active Directory App Integration and Development and Problem type as GraphAPI.
You can open a support request in the Azure portal by clicking the Help icon in the top nav (represented by a ?)
Alternatively if you have an Office 365 subscription you can contact support via the Microsoft 365 admin center by clicking the same icon and choosing the Contact support option.
Looking at the GitHub issue you linked, I'm not sure that support could help you here. The documentation does not list User.Read as an applicable permission scope for the getMemberObjects API.

Microsoft Graph API, app-only permissions

Is it possible an application with app-only permissions to change the availability (Presence's state) of group users?
Reading the known issues for "Group conversations, events" delegate permissions are needed. So it seems not possible.
Any other way?
(BTW UCWA is not a way as it needs also user's credentials AFAIK.)
At the moment there is no support for Skype or Skype for Business within Microsoft Graph. I recommend visiting the UserVoice and adding this suggestion.
You can find the current set of Skype API's at the Skype Developer Platform site. I think you may be looking for the Trusted Application API (Public Preview) which brings a lot of the UCMA functionality to Skype for Business Online.

Resources