Action: Get team members

Action: Get team members

Get team members action allows to get list of members from the specified team in Microsoft Teams.

For more information about Action Builder read Action Builder introduction
 article.

Note 1: In order to use the Get team members action in Scheduled/Triggered Actions Teamsware Teams Connector has to be approved by a tenant administrator and site has to be added to Approved sites list before this action can be used.

Note 2: When you deploy the solution to another SharePoint tenant, it requires approval of Teamsware Teams Connector on the deployment tenant as well.

To configure the action Get team members additional properties should be specified:


Configuration

Property

Required

Type

Description

Team 

yes

String

Name, Id or email of the team should be specified


Availability

Modern Forms

List Actions

Scheduled/Triggered Actions

-

-


Output

Output Parameter

Type

Description

TeamID

String

Returns the Id of the team as output parameter and can be used in subsequent actions.

Members

Array of objects

Returns array of objects with retrieved members





Example:

To use this output and set the value to the text field open Expression builder and use Assignment expression:

[[@Actions.Get_team_members.Members]][0].Email

This expression will return the Email property of the first object.


    • Related Articles

    • Action: Get meetings

      Get meetings action allows to retrieve properties of the specified online meeting from the calendar in Microsoft Teams. Example of Get meetings action configuration on the current site For more information about Action Builder read Action Builder ...
    • Action: Get image data

      Get image data action allows you to retrieve the image data information such as geolocation and the size of the image. Example of Get image data action configuration on the current site For more information about Action Builder read Action Builder ...
    • Action: Get user profile

      Get user profile action allows you to retrieve profile properties from selected user Example of configuration on the current site Note 1: In order to use the Get user profile action in Scheduled/Triggered Actions skybow Users Connector has to be ...
    • Action: Get user's SharePoint groups

      Get user's SharePoint groups action allows you to retrieve all SharePoint groups of which the specified user is a member. Example of configuration on the current site For more information about Action Builder read Action Builder introduction article. ...
    • Action Builder Introduction

      The Teamsware Studio Action Builder is a tool that allows you to specify actions which are executed in consecutive order. You can build powerful workflows triggered from a form button, on form load, from a list view, scheduled or event triggered on a ...