---
title: "Create Standalone Account"
slug: "create-standalone-account"
updated: 2026-02-25T13:56:58Z
published: 2026-02-25T13:57:17Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Standalone Account

Post/v1/accounts

Create a new standalone account.

SecurityHTTPType basic

HTTP Basic Authentication using your WACM username and API key.

For detailed authentication instructions, see the [Authentication Guide](https://docs.wasabi.com/apidocs/wacm-connect-api-authentication).

Body parameters<select class='api-response-data' aria-label='Media type'><option value='7b688c0d-9659-4f23-9c3b-fa0df04c21ee'>application/json</option>
</select><select class='select-example' aria-label='Media type'><option value='841f07c1-2e0b-49ef-b42a-55e050eaf042'>minimal</option>
<option value='6580ec8f-d4a2-4393-b99f-b7c7c6ea1f26'>full</option>
</select>minimal

Required fields only

```json
{
  "firstName": "John",
  "lastName": "Doe",
  "email": "john.doe@acme.com",
  "country": "United States",
  "storageAmount": "25 - 50 TB"
}
```

full

All fields

```json
{
  "firstName": "John",
  "lastName": "Doe",
  "companyName": "Acme Corporation",
  "email": "john.doe@acme.com",
  "country": "United States",
  "phoneNumber": "+1-555-123-4567",
  "storageAmount": "25 - 50 TB"
}
```

object  firstNamestring    Required
lastNamestring    Required
companyNamestring    
emailstring  (email)    Required
countrystring    Required
phoneNumberstring    
storageAmountstring    Required

Projected storage amount (e.g., "1 - 20 PB")

Responses200

Successfully created standalone account

<select class='api-response-data' aria-label='Media type'><option value='d4470292-6a09-4e7e-9c1c-4ba4d9e5dd08'>application/json</option>
</select>

```json
{
  "success": "True",
  "code": "RES-I-0061",
  "message": "Standalone account has been successfully created!",
  "data": {
    "id": "33446",
    "firstName": "John",
    "lastName": "Doe",
    "companyName": "Acme Corporation",
    "email": "john.doe@acme.com",
    "country": "United States",
    "phoneNumber": "+1-555-123-4567",
    "partnerName": "Sample Partner",
    "wasabiAccountNumber": "",
    "status": "Pending",
    "storageAmount": "25 - 50 TB",
    "createDate": "2024-01-15"
  }
}
```

Expand Allobject  successboolean    
codestring    
messagestring    
dataobject (StandaloneAccountResponse)  idinteger    
firstNamestring    
lastNamestring    
companyNamestring    
emailstring    
countrystring    
phoneNumberstring    
partnerNamestring    
wasabiAccountNumberinteger   | null  
statusstring    

Account status ("Verified" or "Pending")

storageAmountstring
