ncloud_create_sub_account
Create a Naver Cloud Platform sub account (IAM user) with configurable console and API access, password options, and dry-run preview.
Instructions
Create a new sub account (IAM user). Use dryRun=true to preview without creating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memo | No | Description (0-300 bytes) | |
| name | Yes | Sub account username (2-30 chars) | |
| No | Email address (6-100 chars) | ||
| dryRun | No | If true, returns a preview without actually creating the sub account | |
| loginId | Yes | Login ID (3-60 chars, English letters/numbers/special chars . @ - _, must start with letter) | |
| password | No | Login password (8-16 chars, required if needPasswordGenerate is false) | |
| isMfaMandatory | No | Whether two-factor authentication is required | |
| canConsoleAccess | Yes | Whether to enable console access | |
| needPasswordReset | Yes | Whether to notify password change on first login | |
| canAPIGatewayAccess | Yes | Whether to enable API Gateway access (creates access key) | |
| needPasswordGenerate | No | If true, auto-generate password. If false, must provide password manually. |