¶ Administrator create accounts
Update Time: 2024-10-10 07:28:40
The similarities and differences between the account created by the administrator and the account registered by the user as follows:
- The account created by the administrator is not restricted by the "registration disabled" configuration;
- The account created by the administrator is not restricted by the "registration whitelist";
- Administrators do not need a verification code to create a phone account, but users need it when registering an account by themselves;
- The
phoneVerified
field of the mobile phone number account created by the administrator isfalse
, and the one registered by the user istrue
; - Both the administrator's account creation and the user's self-registration cannot create duplicate mailboxes, phone numbers, and usernames.
Administrators can create users through the [console](#Use 控制台创建用户) or [SDK](#Use -sdk-创建用户).
¶ Create accounts using the console
You can manually create an account in the user management -> user list of the console:
You can create an account by email or phone number.
¶ Create accounts using the SDK
Language