list_users
Retrieve all AgencyAnalytics users with their details and roles. Use pagination parameters to fetch specific user subsets.
Instructions
List users from AgencyAnalytics.
Retrieves all platform users with their details and roles.
Args: offset: Pagination offset (default: 0) limit: Maximum number of results (default: 50)
Returns: JSON array of users with metadata
Examples: - list_users() - Get first 50 users - list_users(limit=100) - Get up to 100 users
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |