Listing users
action1_list_usersRetrieve a paginated list of users in your Action1 enterprise, with options to filter by type or substring and control pagination.
Instructions
Listing users. Gets a list of users within the current Action1 enterprise. Perm: view_users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Provide the number of the first record to be returned. | |
| limit | No | Set the maximum number of items to be returned (the page size). | |
| cursor | No | Pagination cursor. | |
| filter | No | Provide a case-insensitive substring to filter and narrow down returned results (i.e., if... | |
| verbose | No | Skip per-item compactor. | |
| user_type | No | Specify if the user type is API or Interactive. | |
| auto_paginate | No | Walk all pages. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| has_more | No | ||
| next_cursor | No |