Contact us

Get Azure AD user information

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

Get Azure AD user information activity in the Virto Workflow Designer reading a user’s directory attributes into a variable

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.comJane.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

Example workflow configuring the Get Azure AD user information activity with site URL, user and output variable

Updated on June 17, 2026