Hello All,
As I am pretty new to Power Automate, I want to jump right in. During the last days, I was able create a proper Flow using pre-defined actions. Now I need to update the attribute "ShowInAddressList" for certain AzureAD users. This attribute is not visible in the pre-defined action. When I add it, I get the message "Invalid value specified for property 'showInAddressList' of resource 'User'.". As this is a boolean, I tried True, False, $True, $False, Yes, No, https://learn.microsoft.com/en-us/graph/known-issues#showinaddresslist-property-is-out-of-sync-with-...
Now, how can I address this issue? Anyone being successful with it or has any idea? Thank you all.
Solved! Go to Solution.
Hi @Liege_Grey,
I have just tested it on cloud only users (I don't have any on-prem AD which is being synced to AAD). With that type of identities lowercase true or false seem to work. Have you tried that?
Below is an example with an Update User PATCH request.
Hi @Liege_Grey,
I have just tested it on cloud only users (I don't have any on-prem AD which is being synced to AAD). With that type of identities lowercase true or false seem to work. Have you tried that?
Below is an example with an Update User PATCH request.
My biggest thanks good Sir. Funny enough, it doesn't work with POST when adding the user, but it works with patch. But thats quite alright, I need this for the purpose of making the user "active/inactive", so it works perfectly great.
User | Count |
---|---|
93 | |
45 | |
21 | |
20 | |
16 |
User | Count |
---|---|
136 | |
56 | |
46 | |
36 | |
26 |