List workspace users
list_usersRetrieve a list of users in a SpotDraft workspace, with optional filters by email or name prefix. Also serves as a connectivity test for the server.
Instructions
Lists users in the SpotDraft workspace, with optional filters by email or name prefix. This is also the recommended connectivity self-test for this server -- if it returns a roster, credentials and region are configured correctly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1. | |
| limit | No | Results per page (max 100). | |
| user_name | No | Filter to users whose full name starts with this value (case-insensitive). | |
| user_email | No | Filter to a specific user's email address. |