list_tenant_users
List the users associated with one tenant. Use this to confirm whether someone actually belongs to the tenant whose branding or preferences you are reasoning about.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum users to return per page. Defaults to 20; the API caps this at 100. | |
| cursor | No | For fetching the next page. This is an opaque token — never decode it, edit it, or rebuild it. Pass it back exactly as it appeared in the previous response's cursor field, byte for byte. Omit this entirely when you don't have one from a prior response of this exact call. | |
| tenant_id | Yes | The tenant ID |