list_ilt_instructors
Find contact details and delivery provider setup for instructors who teach instructor-led sessions. Filter by email or provider to locate a specific instructor.
Instructions
List the people who teach instructor-led sessions.
Rows carry an instructor's NAME AND EMAIL - staff contact details rather than
learner data, but personal data either way.
`providers` is the delivery integrations an instructor is set up for
(`zoom.meeting`, `goto.webinar`). `filter_provider` finds everyone configured for
one; `filter_email` looks up a specific person.
A session references its instructor by `instructor_email`, so this is what
resolves that into a name.
Requires `CSA_SKILLJAR_V1_API_KEY`, a separate credential from the v2 client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No | ||
| filter_email | No | ||
| filter_provider | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| page | No | ||
| rows | Yes | ||
| total | No | ||
| has_more | No | ||
| next_page | No |