List the details about all users that belong to a specific Team.
Documentation Index
Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the Organization to which the Team belongs.
The ID of the Team to retrieve member information for.
Offset for pagination
x >= 0Limit for pagination
x >= 0Sorting criteria, each criterion should conform to format 'fieldName:asc' or 'fieldName:desc'
userId:asc, userId:desc, fullName:asc, fullName:desc, username:asc, username:desc, createdAt:asc, createdAt:desc OK