dual_list_organizations
Retrieve all organizations associated with an authenticated wallet, with options for pagination and role-based filtering to manage access efficiently.
Instructions
List all organizations the authenticated wallet belongs to. Supports pagination and role filtering.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role_name | No | Filter by role name | |
| limit | No | Maximum results to return (1-100, default 20) | |
| next | No | Cursor for next page (from previous response) |