As I have seen we can access the content of one drive and teams from Microsoft Graph api. Similarly, do there any Microsoft Graph API'S available to access content/videos uplaod by the user in Microsoft Streams.
Referred Doc :-
https://learn.microsoft.com/en-us/graph/api/drive-get?view=graph-rest-1.0&tabs=http
https://learn.microsoft.com/en-us/stream/streamnew/new-stream
At this point, its not available in the Microsoft Graph API, as its in the development and it's updated in the Developer Roadmap. So you may need to watch the space.
Related
I want to register attendee in Microsoft Team Webinar by using my system, for this I need an API.
Does Graph API support to add an attendee for a webinar?
Using following graph API you can set the allowedRegistrant as everyone or organization.
1.Create meetingRegistration - POST /me/onlineMeetings/{id}/registration
2.Update meetingRegistration - PATCH /me/onlineMeetings/{id}/registration
These APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported.
Ref Doc:
https://learn.microsoft.com/en-us/graph/api/meetingregistration-post?view=graph-rest-beta&tabs=http
https://learn.microsoft.com/en-us/graph/api/meetingregistration-update?view=graph-rest-beta&tabs=http
I am trying to collate information corresponding to Microsoft 365 Apps Usage of our employees as shown in some reports on Admin Portal(admin.microsoft.com). We are facing some challenges in getting report data corresponding to these in our code.
I need following information for integration in our web application:
Do we have any Graph API or PowerShell cmdlet(not deprecated) exposed which can be integrated in our code to get Microsoft Apps Usage Data(like ProPlusUsageUserDetail excel data downloaded from admin portal)?
Can we get Version Details of Microsoft 365 Apps and Services being used by users?
We have already used graph api GetOffice365ActiveUserDetail (adding link below for reference) which give usage for only Microsoft Services and not Apps:
https://learn.microsoft.com/en-us/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0
We need same kind of information for Microsoft 365 Apps (Word, Excel, PowerPoint etc.)as well .
You can try portal.office.com and check the reports to see if you have related report is available apart from that, at this point i am not aware such information you can request from Microsoft Graph APIs. Consider raising a feature request in User voice, so that Microsoft can consider it. Here's the link for it https://microsoftgraph.uservoice.com/forums/920506-microsoft-graph-feature-requests?query=report
How to access Office 365 Videos via Microsoft Graph API? What would be the endpoint for the same?
As per the documentation on Office 365 Discovery service, it clearly says to use Microsoft Graph for all accessing all Office 365 resources, but it doesn't give any end point or any information for Videos.
https://learn.microsoft.com/en-us/previous-versions/office/office-365-api/api/discovery-service-rest-operations#DiscSvc_Token
Any help would be greatly appreciated...
For what I understood Office 365 Videos is going to be replaced by Microsoft Stream and I guess they don't plan to migrate Office 365 Videos API in Microsoft Graph as they will probably directly implement API for Microsoft Stream in Microsoft Graph.
But in the meantime I am like you, I don't know how we can continue to query the Office 365 Videos API as it is deprecated.
There are Microsoft Graph APIs to get Outlook properties such as a profile, meetings, email, etc. but I am interested in setting the "Out Of Office" auto-reply using Microsoft Graph.
I have used Graph's findRoom, findMeetingTimes and other endpoints but couldn't able to figure out the API for setting "Out of Office".
I am trying to find out how to call "GetUserAvailability" in office 365, either using the REST of existing API. I know this API exists in exchange, but can't find it in Office 365.
If there is iOS implementation of this would be great as well.
GetUserAvailability EWS SOAP API is available for Office 365 users. See here for more info and let us know if you have questions. We haven't yet released the same functionality in our Office 365 Calendar REST APIs, but this is ranked high on our list of features to support. When we add support to the REST APIs, you will be able to use the iOS SDK for the REST APIs to access the same.