action flat_add_class_user { label: "Add a user to the class" description: "This method can be used by a teacher of the class to enroll another Flat user into the class.\n\nOnly users that are part of your Organization can be enrolled in a class of this same Organization.\n\nWhen enrolling a user in the class, Flat will automatically add this user to the corresponding Class group, based on this role in the Organization.\n" provider: flat method: PUT path: "/classes/{class}/users/{user}" encoding: json output: { type: "object" additionalProperties: true } }