users_get_all
Retrieve details of all user accounts within an organization using pagination parameters to manage large datasets effectively. Integrates with Yandex Tracker MCP for streamlined user data access.
Instructions
Get information about user accounts registered in the organization
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | Page number to return, default is 1 | |
per_page | No | The number of items per page. May be decreased if results exceed context window. If there is a change in per_page argument - retrieval must be started over with page = 1, as the paging could have changed. |