List team permissions of the current user. user_id=me
must be set for client requests. Note that this might contain the permissions with the same permission ID across different teams. (team_id, user_id, permission_id)
together uniquely identify a permission.
Filter with the team ID. If set, only the permissions of the members in a specific team will be returned.
Filter with the user ID. If set, only the permissions this user has will be returned. Client request must set user_id=me
Filter with the permission ID. If set, only the permissions with this specific ID will be returned
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.
Successful response