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.
| Parameters | Description |
|---|---|
ConnectionId |
Connection to Microsoft Graph API. |
Email address to be validated. |
| 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. |
↑