Hello All
i need to validat eif a user exist in office 365 i read a sharepoint list and run a "User search" but i dont know how to know if the response is empty :(, if this is empty i undesrstand the user doesnt exist else the user existe and i get his email.
do u know some way to validate this
Hey @Anonymous
You could use the Search for users action to know if an user exists or not.
And then Get user profile action to get the UPN or email from the user that has been searched.
I recreated your Flow with your information given.
Hope this helps
Kind regards
Tom
If this reply has answered your question or solved your issue, please mark this question as answered.
Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up.
Hi @Anonymous,
Have @Tom_Slosse's answer solved your question?
Do you want to check if the response of the "User search" is empty?
You could use "Search for users" action to search the user,please refer to screenshot below to create the flow:
The expression in the condition as below:
@equals(length(body('Search_for_users')), 0)
The flow would run successfully to check if the user exists.
If the user exists, the flow would get the user's email as screenshot below:
If the user don't exists, the flow would do nothing as screenshot below:
Regards,
Alice Zhang
Solution for Finding Users Not in O365 / Not Working for the Company Anymore / Offboarding Emails
In my case the solution needed to check all registered 'Authors' and 'Owners' of documents in a Sharepoint library, find any users that were no longer working for the company, and then send alert emails so new Owners or Authors could be assigned the documents.
The challenge was getting a Compare function to match users that were not found in the O365 tenancy, as using the Search For User function simply returned an empty object, which I couldn't then get the Condition function to recognise.
The answer was to use Compose function with the Length expression first to render an output integer for the length of the response to the user Search, which would then allow the Condition function to operate on it.
Solution
Hi @v-yuazh-msft !
Sorry to bring back an old post, I would like to know how to changed modes in your condition. I can't find a button to change modes.
User | Count |
---|---|
16 | |
16 | |
14 | |
9 | |
8 |
User | Count |
---|---|
29 | |
28 | |
24 | |
23 | |
13 |