Get team users
B2B Teams
Get team users
Retrieves a list of users associated with the specified team identified by its nanoid. This endpoint is useful for obtaining user details for a specific team, including their names and email addresses.
GET
Get team users
Documentation Index
Fetch the complete documentation index at: https://v2-docs.riseworks.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the team for which to retrieve users.
Required string length:
15Pattern:
^te-.*