Modify¶
POST /api/v1/super-account/{account_uuid}/modify
Overview¶
Route Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
account_uuid | string | Y | UUID of the account |
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
username | string | Login account Example: xxx@guance.com Allow empty: False |
|
password | string | Login password Example: I am password Allow empty: False |
|
None | Email address Example: xxx@guance.com Allow empty: False $isEmail: True |
||
name | string | User names Example: supper_man Allow empty: False |
|
role | string | Login role (admin/dev) Example: admin Allow empty: False |
|
mobile | string | Phone number Allow empty: False |
|
exterId | string | External ID - This parameter is not finalized and may be removed Allow empty: False |
|
extend | json | Additional information Allow empty: False |