Contact us
View as Markdown
Ask AI

Open this page in an AI assistant with a ready-made prompt.

Opens a third-party service and shares a pre-filled prompt containing this public page URL, its product documentation URL and /llms.txt. No VirtoSoftware account or tenant data is included. Provider terms and privacy policies apply. Verify answers against the linked documentation.

OpenAI terms · OpenAI privacy policy · Anthropic terms · Anthropic privacy policy

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

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

Updated on August 12, 2026