Get Azure AD user information

⌘K

This activity allows receiving user’s information from Active Directory and stores result in variable.

get_azure_ad_user_information_1
Parameters

Input parameters

ParameterDescriptionExample
Site URLOptional. Site URL wherehttps://contoso/SiteUrl;
you want to run the workflow. Default value is current site URL.https://contoso/Sites/SiteUrl;[%Workflow Context:Current Site URL%]/subSite
UserUser e-mail or login namejohn.doe@mycompany.onmicrosoft.com, Jane.doe@mycompany.com
VariableAfter successful workflow execution contains dictionary with user’s attributes from Azure AD.Dictionary has the following keys (case sensitive): City, CompanyName, Country, Department, DisplayName, FacsimileTelephoneNumber, GivenName, JobTitle, Mail, MailNickname, Mobile, OtherMails, PostalCode, PreferredLanguage, State, StreetAddress, Surname, TelephoneNumber,UserPrincipalName

Example

get_azure_ad_user_information_2

How can we help?