RegisterUserData#

class RegisterUserData[source]#

Input data required for the User::Register 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.