Microsoft Graph Azure AD v1

Pull user information from Azure AD using our branded Graph connector.

Warning: This Node is obsolete and should not be used in new Workflows. The recommended replacement is Azure Active Directory.

Revision History

1.0.0.0 Initial Release

Properties

Connection

Type: Connection Input
The Connection Property

TenantId
Type: String
The ID of the Azure Active Directory tenant

ClientId
Type: String
The Id of the enterprise application which has been registered in Azure.

Base64Cert
Type: Multiline Text
The base64 encoded string of your password-protected certificate in .PFX format.

CertPassword
Type: Password
The password to decrypt the abovementioned certificate.

Action

Type: List Input
The Action Property
GetUserDetails - Pull all information for a given email address.

UserEmail

Type: String Input
Used to specify which user to get data for.

Result

Type: JSON Output
Returns the resulting data for a given user.

Remarks

Configuring the Node

For documentation around configuring an application to authenticate, see Configuring Azure for Microsoft Graph Email Watcher, a similar process should be followed.