Forum Discussion

Samir Raut's avatar
Samir Raut
Copper Contributor
Apr 09, 2019

Is there a graph API equivalent for un hiding user from GAL for Azure AD B2B user

I am aware of PowerShell Script to unhide user from GAL by doing so (example):

Set-AzureADUser -GivenName $first -Surname $last -JobTitle $title -Department $dept -ShowInAddressList $true

 

However, we are interested in doing this using the REST API. Is that possible? Not sure if it matters but in our case, this is for a set of Azure AD B2B users.

Resources