Teams find user

This activity retrieves a list of Azure Users based on the filter provided. Please note that the filter will return the top 500 if left blank. For Azure permissions, refer to the Microsoft Azure Integration section.

Table 1. Teams find user action - Inputs
Parameters Description

Connection

Drop-down list of Graph connections.

Filter

An expression to filter the returned list, for example, displayName eq 'FullName'.

Table 2. Teams find user action - Outputs
Parameters Description

User

Returns the User requested to be retrieved.

Body

Returns the JSON formatted response from the activity.

Status

Returns the HTTP response code for the request. For example, 200 indicates a successful response.

Success

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