I have a flow that creates a user in office 365. How can i make a condition as the next step, as to whether or not the office 365 user was created successfully?
Announcements
I have a flow that creates a user in office 365. How can i make a condition as the next step, as to whether or not the office 365 user was created successfully?
Use the HTTP action and a GET call to the graph API - https://graph.microsoft.com/v1.0/users
documentation here https://learn.microsoft.com/en-us/graph/api/user-list?view=graph-rest-1.0&tabs=http
Or you could use the list users action from the Office 365 connector
---------------------------------------------------------------------------
If I have helped you with an answer, please accept this post as a solution and thumbs up my reply. Thanks !
Blog - JonDoesFlow
Twitter - JonDoesFlow
YouTube - JonDoesFlow
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1