
Parameter | Description |
Account Name | The account name can contain 1–50 characters, including letters, digits, and underscores (_), and should start with a letter. It should not contain any of the following reserved keywords: master , mssql , monitor , sys , dbo , dba , sysadmin , tencent_admin , public , securityadmin , serveradmin , setupadmin , processadmin , diskadmin , dbcreator , bulkadmin , administrator (case insensitive) , and guest (case insensitive) .It should also not contain any of the following sensitive characters: . | ## | ( ) | [ ] | , | ``` | ; | ' | " | \\ | -- | xp_cmdshell | sp_addsrvrolemember . |
Account Type | Select permissions of the account to be created based on the instance architecture. Two-node and multi-node Privileged account: An instance can have only one privileged account. Standard account. Designated account. Single Node Admin account: Each instance can only have one admin account. Note: Due to business risk and security control requirements, the system may prompt you to restart the instance in rare cases to enable this feature when you create an admin account. At this point, follow the prompt in the console to complete the instance restart before you perform the admin account creation operation. Privileged account: An instance can have only one privileged account. Standard account. Designated account. |
Database | Optional. You can set account permissions (read-write, read-only, or owner) for databases when creating an account, modifying permissions, or creating a database. Privileged accounts have owner permissions for all databases by default. When selecting databases for standard accounts and designated accounts, you can click Unauthorized Database to select all databases in one click, and then set permissions for each one under Authorized Database on the right side. You can click ![]() |
New Password | The password should contain 8–32 characters, including at least two of the following types: letters, digits, and symbols _+-&=!@#$%^*()[]. |
Confirm Password | Enter the password again. |
Remarks | Optional. It can contain up to 256 characters. |

API | Description |
This API is designed for the creation of instance accounts. |
Feedback