get_group
Get a student group's details by its obfuscated ID: returns name, auto-add email-domain rules, category, and timestamps. Use this to inspect group settings without retrieving member lists.
Instructions
Fetch one student group by its obfuscated id.
Returns the group's name, its auto-add email-domain rules, its category and its
timestamps. It does NOT return the member list - v2 has no endpoint that reads
memberships back, only `add_group_memberships` and `remove_group_memberships`
that change them.
The last-changed timestamp is `updated_at`, not `modified_at`.
Requires the `student-groups:read` OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| created_at | No | ||
| updated_at | No | ||
| category_id | No | ||
| rule_email_domains | No | ||
| send_course_enrollment_email | No |