TeachersGetList
Find teachers by search query using skip and take to paginate and limit the returned list.
Instructions
List teachers with search and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Search | No | string (optional) | |
| pageSkip | No | integer (optional) | |
| pageTake | No | integer (optional) |