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.
- : Image
- # Whether the academy is registered as a CFA (Centre de Formation d'Apprentis).
- # French academies only.
- : Boolean
- : String
- : ID
- # UAI identifier (Unité Administrative Immatriculée) for CFA-registered academies.
- # French academies only. Format: 7 digits + 1 uppercase letter (e.g. 0754738T).
- : String
- # Whether the academy is exempt from VAT (net de TVA). Includes micro-company
- # status.
- : Boolean
- }