List team members
Get a paginated list of team members in a specific team.
### Usage notes
- Retrieve the **teamId** by calling the [/v2/teams](https://help.sigmacomputing.com/reference/list-teams) endpoint.
- Returns the members of the team by `userId`.
### Usage scenarios
- Identify the admin of a team.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
teamId
Query parameters
page
limit
Response
The response body.
entries
Array of results returned by the endpoint
nextPage
Returns a string that can be used as the page parameter in the next request to fetch the next page of results. The last page of results returns null.
total
Total number of results. Useful to determine if there is a need to paginate.
hasMore
[Deprecated] Indicates whether more results are available.

