CreatePendingRegistrationCourseData

class CreatePendingRegistrationCourseData[source]

Input data required for the Course::CreatePendingRegistration operation.

username: str

Username to register.

password: str

Password of the new user.

email: str

Email address of the new user.

name: str

Full name of the new user.

confirm_email_in_use: bool

Set to true to proceed even if the email is already in use.

pow: PowSolution

Proof-of-work solution (from GET /pow/challenge).