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

# XblPrivilege

> XblPrivilege

# XblPrivilege

Controls user's privileges.

## Syntax

```cpp theme={null}
enum class XblPrivilege  : uint32_t  
{  
    Unknown = 0,  
    AllowIngameVoiceCommunications = 205,  
    AllowVideoCommunications = 235,  
    AllowProfileViewing = 249,  
    AllowCommunications = 252,  
    AllowMultiplayer = 254,  
    AllowAddFriend = 255  
}  
```

## Constants

| Constant                       | Description                                                                            |
| ------------------------------ | -------------------------------------------------------------------------------------- |
| Unknown                        | Unrecognized privilege (not one of the below values).                                  |
| AllowIngameVoiceCommunications | Controls the ability of the user to view the profile (bio, motto, etc) of other users. |
| AllowVideoCommunications       | Controls the ability of the user to communicate with other users via video.            |
| AllowProfileViewing            | Controls the ability of the user to view the profile (bio, motto, etc) of other users. |
| AllowCommunications            | Controls the ability of the user to communicate with other users.                      |
| AllowMultiplayer               | Controls the ability of the user to join parties with other users.                     |
| AllowAddFriend                 | Controls the ability of the user to add friends.                                       |

## Member of

[XblPermissionDenyReasonDetails](/reference/live/xsapi-c/privacy_c/structs/xblpermissiondenyreasondetails)

## Requirements

**Header:** privacy\_c.h

## See also

[privacy\_c](/reference/live/xsapi-c/privacy_c/privacy_c_members)


## Related topics

- [XblPermissionDenyReasonDetails](/reference/live/xsapi-c/privacy_c/structs/xblpermissiondenyreasondetails.md)
- [Privileges](/services/xbox-services/fundamentals/identity/privileges/index.md)
- [Client-side use of XBOX services user privileges](/services/xbox-services/fundamentals/identity/privileges/concepts/live-user-privileges-client.md)
- [PartyXblChatPermissionMaskReason](/services/playfab/multiplayer/networking/xblreference/enums/partyxblchatpermissionmaskreason.md)
- [XblPermissionDenyReason](/reference/live/xsapi-c/privacy_c/enums/xblpermissiondenyreason.md)
