> ## 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.ExternallyOwnedType

# <a id="SuperOffice_WebApi_Data_ExternallyOwnedType" /> Enum ExternallyOwnedType

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

Type of participant of an externally owned appointment

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

## Fields

`Optional = 3`

3: The participant is optional

`Organizer = 1`

1: The participant is the organizer

`Required = 2`

2: The participant is required

`Resource = 4`

4: The participant is a resource

`Unknown = 0`

0: The participant type is unknown


## Related topics

- [SuperOffice.WebApi.Data.ParticipantInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.ParticipantInfo.md)
- [SuperOffice.WebApi.Data.ExternallyOwnedStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.ExternallyOwnedStatus.md)
- [SuperOffice.WebApi.Data.Appointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment.md)
- [SuperOffice.WebApi.Data.AppointmentInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentInfo.md)
- [SuperOffice.WebApi.Data.AppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentEntity.md)
- [SuperOffice.WebApi.Data.AppointmentExternalOwner](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentExternalOwner.md)
