> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblSocialUserGroupType

> XblSocialUserGroupType

# XblSocialUserGroupType

Identifies type of social user group created.

## Syntax

```cpp theme={null}
enum class XblSocialUserGroupType  : uint32_t  
{  
    FilterType,  
    UserListType  
}  
```

## Constants

| Constant     | Description                                   |
| ------------ | --------------------------------------------- |
| FilterType   | Social user group based off of filters.       |
| UserListType | Social user group based off of list of users. |

## Argument of

[XblSocialManagerUserGroupGetType](/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagerusergroupgettype)

## Requirements

**Header:** social\_manager\_c.h

## See also

[social\_manager\_c](/reference/live/xsapi-c/social_manager_c/social_manager_c_members)
