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

# <a id="SuperOffice_WebApi_Data_UserPresenceStatus" /> Class UserPresenceStatus

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

Carrier object for UserPresenceStatus.
Manage present/absent status for a Service user account (influences ticket assignments).

```csharp theme={null}
public class UserPresenceStatus
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[UserPresenceStatus](SuperOffice.WebApi.Data.UserPresenceStatus.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_UserPresenceStatus__ctor" /> UserPresenceStatus()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public UserPresenceStatus()
```

## Properties

### <a id="SuperOffice_WebApi_Data_UserPresenceStatus_Message" /> Message

Comment to add for user when status is not present.

```csharp theme={null}
public virtual string Message { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_UserPresenceStatus_Status" /> Status

The status (enum) for this user.
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public EjUserStatus? Status { get; set; }
```

#### Property Value

[EjUserStatus](SuperOffice.WebApi.Data.EjUserStatus.md)?

#### See Also

[UserPresenceStatus](SuperOffice.WebApi.Data.UserPresenceStatus.md).[Status\_String](SuperOffice.WebApi.Data.UserPresenceStatus.md#SuperOffice_WebApi_Data_UserPresenceStatus_Status_String)

### <a id="SuperOffice_WebApi_Data_UserPresenceStatus_Status_String" /> Status\_String

The status (enum) for this user.
Raw string enum value.

```csharp theme={null}
[JsonProperty("Status")]
public string Status_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

#### See Also

[UserPresenceStatus](SuperOffice.WebApi.Data.UserPresenceStatus.md).[Status](SuperOffice.WebApi.Data.UserPresenceStatus.md#SuperOffice_WebApi_Data_UserPresenceStatus_Status)

## See Also

[UserAgent](SuperOffice.WebApi.Agents.UserAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.User SetUserPresenceStatusRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_SetUserPresenceStatusRequest.md)
- [SuperOffice.WebApi.Agents.UserAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.UserAgent.md)
- [SuperOffice.WebApi.Agents.IUserAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IUserAgent.md)
- [SuperOffice.WebApi.Data.User GetUserPresenceStatusRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_GetUserPresenceStatusRequest.md)
- [SuperOffice.WebApi.Data.ChatPresence](/en/api/reference/webapi/SuperOffice.WebApi.Data.ChatPresence.md)
- [SuperOffice.WebApi.Agents.IChatAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IChatAgent.md)
