Creating an Account
MapLarge hosted plans come with one account and one superuser. The superuser can create additional accounts. On-Premise deployments have a superuser created by default. The superuser can create multiple accounts.
When accounts are created they must have an account name, description, and code. The code parameter is a alphanumeric string used to identify the account and is generally referred to as account.
GET/Remote/CreateAccount
REQUEST PARAMETERS
Parameter | Type | Description | Required |
---|---|---|---|
mluser | string | Username - always in email form. | |
mltoken -or- mlpass | string | MapLarge generated auth token -or- the password for the mluser account. | |
name | string | Name of the Account | |
description | string | Description of the account | |
code | alphanumeric string |
|
EXAMPLE REQUEST
https://my.maplarge.com/Remote/CreateAccount?mluser=user@domain.com&mltoken=token&Name=testAccount&description=testDesc&Code=testAccount
*Either a token or password can be used in any request where authentication is required.
RETURNS
{ "id": "42ac7f4397fa43299d5cc30637ae6894", "hash": null, "success": true, "processingComplete": true, "isCached": false, "authorized": true, "errors": [], "timestamp": 1446912128, "data": null }