I have granted my Application permission to my Microsoft graph API and Admin have also consented to the permissions.
Permissions that I have added are:
Now how do I make call to the API?
I haven't found any samples so far, how to make call to graph API with application permission.
Please help me out!!
To create a call record, please see documentation here: create call record. The documentation includes a sample requests ( http, Java, C#) with several scenarios. To create a call, please refer to this: create call. To do this, you will first need to register call bot for MS Teams.
Let me know if this helps, and if you have further questions.
Related
Is there any way to fetch the share point O365 site's recycle bin items using graph API?
I am looking for option using IGraphServiceClient c# interface.
As you said there is no such Graph API call that can get data from the recycle bin. There is also a feature request already raised by some users in the Microsoft Graph Feedback Forum. Please upvote this feature so that the product team can implement it in the future.
I am looking for a method to get the list of all mailboxes through graph api.
List users returns all the users no matter they have mailbox enabled or not, is there any graph api call that can get me the list of all the mailboxes in office 365 using graph API? or any properties that can indicate a user have mailbox enabled?
Thanks very much.
Please use list place API. refer to the below link
https://learn.microsoft.com/en-us/graph/api/place-list?view=graph-rest-1.0&tabs=http
Also, you can search individual mailbox details using Get place API.
(I know it's late. But this may help somebody else also.)
does anyone know if it's possible to change a team member's role on Slack via API, e.g. promote user from member to admin?
The docs at https://api.slack.com/methods don't help much. Is this part of their SCIM API offering?
As you already mentioned the basic Slack API does not provide a method for setting the role of a user.
The SCIM API appears to support this feature with PATCH /Users/{id} according to the official documentation. However, I am using the free tier and have no means to verify this.
There might be an undocumented method though, that provides this functionality. Should you find one, I would appreciate it if you could add it to this github repository of all known undocumented Slack API methods.
I don't know much about Eloqua or oAuth, I wanted to know How to create a service to connect to Eloqua and call API
The documentation for Eloqua oauth is here: http://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#Developers/GettingStarted/Authentication/authenticate-using-oauth.htm
This is the documentation for the bulk api: http://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAB/index.html#Developers/BulkAPI/bulk-API.htm
You can start by using a rest client (like postman or fiddler) to play with the API.
Is there anything specific you want to achieve?
I have to write an answer because my reputation is too low to comment...
You can not create a user via REST API or Bulk API. Maybe with SOAP but it's deprecated.
See all endpoints for users here.
Your question is not clear:
What do you call a "service" ?
What do you want to achieve ? And how ?
Does OAuth is mandatory ?
And finally, with REST API you can not connect and then executes your actions, you have to authenticate you each time you call an endpoint. You are probably aware of this, but this may seems unclear in your question.
Where do the Slack default avatars come from? Is it their own service or a 3rd party one?
In either case, is there a possibility for others to use the avatar creation service / system e.g. via the slack API?
I asked Slack directly, and they don't currently offer this in their API:
We don't have an API method or service for it, so there isn't a way to do this, sorry!
They've heard the suggestion, though.