get_users
Retrieve a paginated list of all users in your organization to analyze team activity and manage user data.
Instructions
Get all users in the organization.
Args: limit: Maximum number of users to return (default: 50) offset: Number of users to skip for pagination (default: 0)
Returns: JSON string containing user data for team activity analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |