ChangeUserRoleData¶ class ChangeUserRoleData[source]¶ Input data required for changing the tenant role of a user. role_id: int¶ The id of the new tenant role for the user. confirm_email: Just[str] | _Nothing[str] = Nothing¶ The email address of the user whose role is changed. Required when the new role grants tenant wide administrative permissions, ignored otherwise.