get https://api.sigmacomputing.com/v2/teams//members
Get a paginated list of team members in a specific team.
Usage notes
- Retrieve the teamId by calling the /v2/teams endpoint.
- Returns the members of the team by
userId
.
Usage scenarios
- Identify the admin of a team.
Recipes
👤
Members: List All (JavaScript)
Open Recipe