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

# SuperOffice.WebApi.Data.LicenseStatus

# <a id="SuperOffice_WebApi_Data_LicenseStatus" /> Enum LicenseStatus

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Used in the CheckLicenseStatusResult to describe how SOADMIN should handle

```csharp theme={null}
public enum LicenseStatus
```

## Fields

`NewCompanyNameAvailable = 2`

2: Name change detected. Fetch new license and activate it.

`NewLicenseActivated = 6`

6: New license activated.

`NewLicenseAvailable = 1`

1: New license information available. Get new license and activate it.

`NewSerialAvailable = 3`

3: Serial number change detected. Fetch new license and activate it.

`Ok = 0`

0: License is ok. No changes detected

`ProblemWithLicense = 100`

100: Something seems to be wrong. Cannot fetch new license.

`UnknownError = 5000`

5000: Bad things are happening.

`UseCustomMessage = 4`

4: See message for details.

`UseCustomMessageAndUrl = 5`

5: See message and URL for details. Client should make URL clickable.


## Related topics

- [SuperOffice.WebApi.Data.CheckLicenseStatusResult](/en/api/reference/webapi/SuperOffice.WebApi.Data.CheckLicenseStatusResult.md)
- [SuperOffice.WebApi.Data.AnalyticsData](/en/api/reference/webapi/SuperOffice.WebApi.Data.AnalyticsData.md)
- [SuperOffice.WebApi.Data.License GetLicenseStatusFromLicenseServerRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.License_GetLicenseStatusFromLicenseServerRequest.md)
- [SuperOffice.WebApi.Data.License GetUserAndInstallationLicenceStatusRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.License_GetUserAndInstallationLicenceStatusRequest.md)
- [SuperOffice.WebApi.Data.UserAndInstallationLicenceStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserAndInstallationLicenceStatus.md)
- [SuperOffice.WebApi.Agents.LicenseAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.LicenseAgent.md)
