get_student
Retrieve a learner's name, email, and account status by their Skilljar ID to verify learner details or check if an account is inactive.
Instructions
Fetch one learner by their Skilljar id.
Returns their name, email address and whether the account is inactive. To see
what they are enrolled in, use `list_enrollments` with `filter_student_id`.
Requires the `students:read` OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| No | |||
| last_name | No | ||
| first_name | No | ||
| date_joined | No | ||
| external_id | No | ||
| is_inactive | No |