Microsoft Graph validate user email

This activity looks up an email address on a configured Microsoft Graph API connection to validate whether the email exists.

Table 1. Microsoft Graph validate user email action - Inputs
Parameters Description

ConnectionId

Connection to Microsoft Graph API.

Email

Email address to be validated.

Table 2. Microsoft Graph validate user email action - Outputs
Parameters Description

StatusCode

The HTTP response code returned from the lookup. For example, 200 indicates that the email address was validated, and 404 indicates that the email address could not be found.

Success

Indicates whether the activity was completed successfully (value = True) or not (value = False).

Body

Returns the response from the Microsoft Graph API for the validation request. If the lookup is successful, the response will include other email addresses for the user.