> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/api-reference/.net-api/qlmlicense/management-methods/addorganization.md).

# AddOrganization

### Description

Adds a new organization

Note that to call this function, you must:

* Set the AdminEncryptionKey

{% code overflow="wrap" %}

```csharp
bool AddOrganization(string webServiceUrl, IQlmOrganizationInfo orgInfo, out string response)
```

{% endcode %}

### Parameters

| Parameter     |                                     Type                                     | Description                                     |
| ------------- | :--------------------------------------------------------------------------: | ----------------------------------------------- |
| webServiceUrl |                                    string                                    | URL to the QLM License Server.                  |
| orgInfo       | [IQlmOrganizationInfo](/docs/api-reference/.net-api/iqlmorganizationinfo.md) | Organization information                        |
| response      |                                    string                                    | XML fragment containing the result of the call. |

### Return

| Type | Description                                               |
| ---- | --------------------------------------------------------- |
| bool | returns true if the operation succeeded; false otherwise. |

### Availability

* Edition: QLM Enterprise
* Version: v17+
