On this page:Documentation Index
Fetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
TeamUser
The TeamUser object is used on the client side to represent a user in the context of a team, providing minimal information about the user, including their ID and team-specific profile.
It is usually obtained by calling team.useUsers() or team.listUsers() on a Team object.
Table of Contents
Properties
ServerTeamUser
The ServerTeamUser object is used on the server side to represent a user within a team. Besides the team profile, it also includes all the functionality of a ServerUser.
It is usually obtained by calling serverTeam.listUsers() on a ServerTeam object.
Table of Contents
Properties
In addition to the above,ServerTeamUser inherits all properties and methods from ServerUser.