access_management.get_groups
access_management_get_groupsFetch Sisense user groups, either a specific group by name or the full list. Returns group details such as ID, name, and default role.
Instructions
Retrieve groups — one named group, or all of them. Fetches the groups defined on the Sisense server. With name the API filters server-side to that group; without it, every group is returned. One row per group.
Returns: list[dict[str, Any]] | dict[str, Any] A list of raw group objects as returned by the API (each with _id, name, defaultRole, and related fields). Without name, an empty list means the server genuinely has …
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Group name to filter by. Omit for all groups. |