Skip to content
Woolf Help Center home
Woolf Help Center home

πŸ‘¨β€πŸ« Add Teacher to College

The addTeacherToCollege mutation allows administrators to assign a new teacher to their college using the teacher's email, optional profile details, and associated courses.

Input Parameters

Parameter

Type

Description

email

String!

Email address of the teacher being added.

teacher

TeacherInput

Optional teacher profile details (e.g., external ID).

courseIds

[ID!]

List of course IDs to assign the teacher to.

Input Object: TeacherInput

Field

Type

Description

externalId

String

External system identifier for the teacher (optional).

Response Fields

Field

Type

Description

id

ID!

Unique identifier of the teacher in the system.

externalId

String

External ID associated with the teacher, if provided.

created

DateTime!

Timestamp of when the teacher was added.

updated

DateTime!

Timestamp of the last update to the teacher record.

name

String!

Full name of the teacher.

email

String!

Email address of the teacher.

πŸš€Β Request (Try It)