CreatePendingRegistrationData

class CreatePendingRegistrationData[source]

Input data required for the Pending Registration::Create 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.

tenant_id: str

Id of the tenant to register the new user with.

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).