OBJECT

Academy

An academy - Represents the account for a training organization. All manipulated data through this API are directly or indirectly related to it.

link GraphQL Schema definition

  • type Academy {
  • # Picture representing your organization. Usually a logo.
  • academyExtranetAvatar: Image
  • # Whether the academy is registered as a CFA (Centre de Formation d'Apprentis).
  • # French academies only.
  • cfa: Boolean
  • contactEmail: String
  • id: ID
  • # UAI identifier (UnitĂ© Administrative ImmatriculĂ©e) for CFA-registered academies.
  • # French academies only. Format: 7 digits + 1 uppercase letter (e.g. 0754738T).
  • uai: String
  • # Whether the academy is exempt from VAT (net de TVA). Includes micro-company
  • # status.
  • vatExempted: Boolean
  • }