---
title: "createOrganization"
canonical: "https://support.appfire.com/space/PSJC/562266573/createOrganization"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Creates a new customer organization.

Creates a new customer organization.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | createOrganization(organizationName) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| organizationName | String | Yes | The organization name. |

## Return Type

**Boolean**

Returns "true" if the operation succeeded.

## Example

```javascript
return createOrganization("New Organization");
```

## See also

> Macro (contentbylabel)