Is there any way to get a flow to run every time a new user is created in our tenant?
I want a flow (power automate) to get triggered when a new Office365 user is created. But i can not find any connector for this.
Is this possible?
Hello @Oskarkuus
Currently this is not possible, although you can vote for it in Power Automate Ideas: https://powerusers.microsoft.com/t5/Power-Automate-Ideas/idb-p/MPAIdeas
On the other hand, you could automate user creation using SharePoint and Power Automate, for example: https://powerusers.microsoft.com/t5/Power-Automate-Ideas/idb-p/MPAIdeas
Hope it helps!
Ferran
Well what i am after is that i need to know when someone have added a new user to Office365. I dont need a way to create new users, i rather need to know if a new user have been created.
Hi @Oskarkuus ,
I am afraid that this feature is currently not supported in Power Automate. If you want this feature to be supported, please consider voting for a similar idea:
https://powerusers.microsoft.com/t5/Power-Automate-Ideas/Office-365-User-Profile-Trigger/idi-p/23647
Best Regards,
I'm looking for exactly the same, and I've found this Graph call which looks promising: https://docs.microsoft.com/en-us/graph/api/user-delta?view=graph-rest-1.0&tabs=http
Description: Get newly created, updated, or deleted users without having to perform a full read of the entire user collection. See change tracking for details.
Has anyone ever used this call? it certainly sounds like exactly what we're looking for...
Paul G.
Is that a premium connection?
Yes, 'fraid so... all Graph API calls have to be made via the send an http request action, which is itself a premium connector. To my knowledge there are no non-premium connectors for sending http, so no premium=no graph... 😞
You should be able to use the default AllUsers group ID to accomplish this. Then use the "When a group member is added or removed" trigger
Paul
User | Count |
---|---|
89 | |
37 | |
26 | |
13 | |
12 |
User | Count |
---|---|
128 | |
53 | |
38 | |
26 | |
21 |