CLOVER Website - v0.3.1
    Preparing search index...

    Function registerUserToClass

    • Registers a user to a class in the database.

      Parameters

      • studentId: string

        The ID of the student

      • classId: string

        The ID of the class

      Returns Promise<{ data?: { id: string }; error?: string }>

      • The response from the server or an error message.