users_read
Retrieve Fivetran user details, memberships, and lists to audit access or troubleshoot permissions across connections and groups.
Instructions
Read operations on Fivetran users (6 endpoints: get_user_membership_in_connections, get_user_membership_in_group, get_user_memberships_in_connections, get_user_memberships_in_groups, list_all_users, user_details). Pass the endpoint name in name. Call list_endpoints(category='users') for the full list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body — dict or JSON string. Required for POST/PATCH endpoints. | |
| name | Yes | Endpoint name within this resource:action group (from list_endpoints). | |
| query | No | Query-string parameters. | |
| path_params | No | Values for path placeholders like {connectionId}, {groupId}. |