list_my_tenants
List all teams you belong to on RooQuiz, with the isActive flag identifying the team your current token operates against.
Instructions
List all teams (tenants) the current user belongs to. isActive marks the team this token currently operates against.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenants | No | Teams you are an active member of | |
| activeTenantId | No | The team this token currently operates on |