Query and filter the permission with team_id, user_id, and permission_id. Note that this might contain the permissions with the same permission ID across different teams and users. (team_id, user_id, permission_id) together uniquely identify a permission.
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.
Filter with the team ID. If set, only the permissions of the members in a specific team will be returned.
"cce084a3-28b7-418e-913e-c8ee6d802ea4"
Filter with the user ID. If set, only the permissions this user has will be returned. Client request must set user_id=me
"me"
Filter with the permission ID. If set, only the permissions with this specific ID will be returned
"16399452-c4f3-4554-8e44-c2d67bb60360"
Whether to list permissions recursively. If set to false, only the permission the users directly have will be listed. If set to true all the direct and indirect permissions will be listed.
"true"