i have created one application that get all users details from azure Active directory using graph api bt i need when new user added in organization give notification in my application any service or available for that or not.
thanks in advance.
i have already created check all user count and check after every some time but its not reliable solution any other solution i need for that.
Related
I have created an application (with application level permissions) which creates subscription for receiving notifications when an user receives an email. Currently, I have to create multiple subscriptions for multiple users of an tenant.
Is there a way I can create a single subscription for all users of a tenant and receive notification whenever any user in the tenant receives a mail?
Thanks in advance.
Sorry , single subscription is not supported for multiple user, you need to use individual user in the tenant.
Please check out the docs for more info regarding subscription - https://learn.microsoft.com/en-us/graph/api/resources/subscription?view=graph-rest-1.0 and to setup notification, please follow docs- https://learn.microsoft.com/en-us/graph/webhooks
Given a user principal name of user, Is there any API that can be used to enable/disable auto recording of meetings and calls for this particular user?
P.S: App is already created in AAD and any further permissions can also be assigned if needed.
Thanks !
Currently we don't have any such API to enable/disable auto recording of meetings and calls for this particular user.
So we wrote a React app that lets call center admins create holidays, special events, meetings and emergency conditions for Amazon Connect. In version 2.0 I would like to be able to allow admins to use an uploaded pre-recorded prompt and select that for an announcement from my React app. I have searched the API and it has no endpoint for listing or creating prompt. Does anyone else know if this is possible?
There is currently no API for Prompt Management. Right now, you would have to manually reference the ARN value of the Prompt to dynamically play it via a lambda within a contact flow. Just looked into this myself for a similar feature, and confirmed w/ AWS team.
I inadvertently created an app using an old Asana account that I'd now like to deactivate. I'd like to transfer ownership of the app (keeping the same client ID) to my actual active account. Is there a way to do this?
I could create a new app (with a new client ID) on my active account, but I'd then need to ask all my users to re-auth, which I'd like to avoid.
I work on the Asana platform team.
Unfortunately, there is currently no way to transfer an app's ownership from one Asana account to another.
I'm trying hard to get my mind wrapped around how you would be able to store files in the cloud from an enterprise app without requesting the user to log in.
The background:
I'm developing an iOS app that will be distributed to certain employees in our company. As of today we already have an app that uses an FTP server to upload user created files. In this new app, I would like to skip the FTP server and instead use some sort of cloud storage (DropBox, Google Drive etc.)
The users will upload some files (around 1-2 uploads per day) to the cloud service, and people at our HQ will be able to look at these files.
I don't want to have each employee create a personal cloud drive account that would be linked with a "master" account. Rather, I want this specific application to always upload it's files to the cloud storage "master" account. Is this even possible?
Since only our employees have access to the app, I don't see the security factor as limiting. The information sent is not of use to anyone else than our company (no high-security stuff).
Is it possible to "hard-code" an OAuth token that corresponds with a certain account that the app always uses? Are there other possibilities that I'm not aware of (other than FTP or cloud storage)?
Any help will be appreciated.
Regards,
Jens Nilsson
how about use one dropbox account and hard code it in your app? then your enterprise user can upload their files respectively. surely you need do some trick to make no any file with duplicate name.
i am developing one iOs application that uses a parse cloud service to upload user generated files.
in that parse service, user dont need to create a account separately.each and every user can be able to uploads files to cloud where user can be able to visit all the files which is in the cloud which is created by some other user.
suppose if we want limit some user files accessibility or upload files privilege also we can achieve that through using the parse.
i just remember parse is not open source.