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

# <a id="SuperOffice_WebApi_Data_User_GetAllUserGroupsRequest" /> Class User\_GetAllUserGroupsRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_User_GetAllUserGroupsRequest_IncludeDeleted" /> IncludeDeleted

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

#### Property Value

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


## Related topics

- [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 GetCredentialUsersInGroupRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.User_GetCredentialUsersInGroupRequest.md)
- [SuperOffice.WebApi.Data.List GetVisibleForUserGroupsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetVisibleForUserGroupsRequest.md)
- [SuperOffice.WebApi.Data.List GetTicketCategoriesForUserGroupsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetTicketCategoriesForUserGroupsRequest.md)
- [SuperOffice.WebApi.Data.List GetListItemsForUserGroupRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetListItemsForUserGroupRequest.md)
