List monday.com users
monday_list_usersList account users and convert names to numeric user IDs for people columns. Supports filtering by name, user type, and pagination.
Instructions
Lists people in the account. Use it to turn a name into the numeric user id that a people column needs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Which class of user to return. The default is all. | |
| name | No | Filter by a part of the name or the email, ignoring letter case. | |
| page | No | 1 based page number. Default 1. | |
| limit | No | Default 100. | |
| all_pages | No | True walks every page until the name matches or the list ends. Use it when searching a large account. |