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

# <a id="SuperOffice_WebApi_Data_CredentialUser" /> Class CredentialUser

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

Carrier object for CredentialUser.
Information about a users credentials in a foregin system that can be bound to a SuperOffice user (i.e. associate)

```csharp theme={null}
public class CredentialUser : Carrier
```

#### Inheritance

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

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[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_CredentialUser__ctor" /> CredentialUser()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_CredentialUser_CanCreatePerson" /> CanCreatePerson

```csharp theme={null}
public virtual bool CanCreatePerson { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_CredentialUser_Columns" /> Columns

Columns, matching CredentialUsers.Headings

```csharp theme={null}
public virtual string[] Columns { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_CredentialUser_DisplayValue" /> DisplayValue

Display value of the user.  This value needs to be applied to the Credential.DisplayValue field.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_CredentialUser_Value" /> Value

Identification of user in the foreign system.  This value needs to be applied to the Credential.Value field

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

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.CredentialsGroupUsers](/en/api/reference/webapi/SuperOffice.WebApi.Data.CredentialsGroupUsers.md)
- [SuperOffice.WebApi.Data.User FindCredentialUsersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_FindCredentialUsersRequest.md)
- [SuperOffice.WebApi.Data.User GetCredentialUsersInGroupRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_GetCredentialUsersInGroupRequest.md)
- [SuperOffice.WebApi.Data.User CreateDefaultUserFromUserTypeAndCredentialRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_CreateDefaultUserFromUserTypeAndCredentialRequest.md)
- [SuperOffice.WebApi.Data.User SaveCredentialRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_SaveCredentialRequest.md)
- [SuperOffice.WebApi.Data.User DeleteCredentialRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_DeleteCredentialRequest.md)
