Institutions

Eduflow's Public API is built around your institution. Institutions in Eduflow are the same concept as organizations in API's like GitHub and Sentry.

Institution membership is managed through participants. Institution owners can invite to them (or automatically have them linked upon registration through trusted domain names)

Institutions own courses, which are created by their instructors.

Querying

Automatically scoped to your institutio

{
  institution {
    createdAt
    name
    owner {
      name
      username
      email
    }
  }
}

Last updated