> ## 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.User IsUserNameValidRequest

# <a id="SuperOffice_WebApi_Data_User_IsUserNameValidRequest" /> Class User\_IsUserNameValidRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[User\_IsUserNameValidRequest](SuperOffice.WebApi.Data.User_IsUserNameValidRequest.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_User_IsUserNameValidRequest__ctor" /> User\_IsUserNameValidRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_User_IsUserNameValidRequest_AssociateId" /> AssociateId

```csharp theme={null}
public int AssociateId { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_User_IsUserNameValidRequest_PersonId" /> PersonId

```csharp theme={null}
public int PersonId { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_User_IsUserNameValidRequest_Type" /> Type

```csharp theme={null}
public UserType Type { get; set; }
```

#### Property Value

[UserType](SuperOffice.WebApi.Data.UserType.md)

### <a id="SuperOffice_WebApi_Data_User_IsUserNameValidRequest_UserName" /> UserName

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.User GetValidUserNameForNewUserRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_GetValidUserNameForNewUserRequest.md)
- [SuperOffice.WebApi.Data.User GetValidUserNameRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_GetValidUserNameRequest.md)
- [SuperOffice.WebApi.Data.User IsUserNameValidWithReasonRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_IsUserNameValidWithReasonRequest.md)
- [SuperOffice.WebApi.Data.User ValidateUserRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_ValidateUserRequest.md)
- [SuperOffice.WebApi.Data.User IsPasswordValidRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_IsPasswordValidRequest.md)
- [SuperOffice.WebApi.Data.User IsPasswordValidWithReasonRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_IsPasswordValidWithReasonRequest.md)
