Internal: Storage: CreateAccount
CreateAccount
Only with ip authentication from the controller.
| Input Parameter | Type | Description |
|---|---|---|
| AccountName* | String | Account NMUA |
| FirstName | String | |
| LastName | String | |
| String | ||
| PrivateKey* | String | Security token |
| IDDsa* | String | |
| IDDsaEnc* | String | |
| IDDsaPub* | String | |
| HomeDir* | String |
| Output Parameter | Type | Description |
|---|---|---|
| Success | Boolean | True or false |
*=required
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/nomadesk/api/rest.php?AccountName=nmua000001&PrivateKey=&Task=CreateAccount&IDDsa=&IDDsaEnc=&IDDsaPub='
RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
</Response>