authGetUsers
Retrieve user lists from Hyperfabric infrastructure with filtering options for emails, roles, enabled status, and metadata inclusion.
Instructions
Get a list of users.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emails | No | Only return users with these emails. If set, the roles and enabled query parameters are ignored. | |
| enabled | No | Only return users that are administratively enabled, otherwise include disabled users as well. | |
| roles | No | Only return users with specific roles. | |
| includeMetadata | No | Include object metadata in the response. |