> ## 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 GetDataRightRequest

# <a id="SuperOffice_WebApi_Data_User_GetDataRightRequest" /> Class User\_GetDataRightRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_User_GetDataRightRequest_RelationToOwner" /> RelationToOwner

```csharp theme={null}
public RoleRelationToOwner RelationToOwner { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_User_GetDataRightRequest_RoleId" /> RoleId

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_User_GetDataRightRequest_TableName" /> TableName

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.User GetDataRightsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_GetDataRightsRequest.md)
- [SuperOffice.WebApi.Data.User GetAllDataRightsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_GetAllDataRightsRequest.md)
- [SuperOffice.WebApi.Data.User GetFunctionalRightsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_GetFunctionalRightsRequest.md)
- [SuperOffice.WebApi.Data.User GetAllFunctionalRightsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_GetAllFunctionalRightsRequest.md)
- [SuperOffice.WebApi.Data.User SetDataRightRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_SetDataRightRequest.md)
- [SuperOffice.WebApi.Agents.UserAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.UserAgent.md)
