Skip to content

Create



POST /api/v1/super-account/create

Overview

Body Request Parameters

Parameter Name Type Required Description
username string Y Login account
Example: xxx@guance.com
Allow empty: False
password string Y Login password
Example: I am password
Allow empty: False
email None Email address
Example: xxx@guance.com
Allow empty: False
$isEmail: True
name string Nickname
Example: supper_man
Allow empty: False
role string Y Login role (admin/dev)
Example: admin
Allow empty: False
mobile string Phone number
Allow empty: False
extend json Additional information
Allow empty: False
isDisable boolean Whether disabled
Example: True
Allow empty: False
Optional values: [True, False]

Parameter Additional Notes

Response


Feedback

Is this page helpful? ×