Users & Participants
Institution and course owner
Institution owner
{
institution {
name
owner {
name
email
}
}
}{
"data": {
"institution": {
"name": "Dunder Mifflin",
"owner": {
"name": "Michael Scott",
"email": "[email protected]"
}
}
}
}Course owner
{
course(id: "00000000-5945-95c7-65fd-a9747b200320") {
owner {
name
email
}
}
}{
"data": {
"course": {
"owner": {
"name": "John Smith",
"email": "[email protected]"
}
}
}
}Course participants
Searching by username
Searching by participant type:
Individual participant lookup
Participant invite links
Last updated