Skip to main content

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.

The TeamPermission object represents a permission that a user has within a team. Currently, it contains only an id to specify the permission. You can get TeamPermission objects by calling functions such as user.getPermission(...) or user.listPermissions().

Table of Contents

Properties

Access

TeamPermission objects can be obtained through methods like user.getPermission(...) or user.listPermissions(). See User permissions methods for full details on retrieving and checking permissions.