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

# PermissionCheckResult (JSON)

> PermissionCheckResult (JSON)

# PermissionCheckResult (JSON)

The results of a check from a single user for a single permission setting against a single target user.

<a id="ID4EP" />

## PermissionCheckResult

The PermissionCheckResult object has the following specification.

| Member            | Type   | Description                                                                                                                                                                      |
| ----------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| reason            | string | Optional. A <b>PermissionResultCode</b> value that indicates why the permission was denied if <b>IsAllowed</b> was false.                                                        |
| restrictedSetting | string | Optional. If the <b>PermissionResultCode</b> value in the <b>reason</b> member indicates that a privilege check for the requestor failed, this indicates which privilege failed. |

<a id="ID4E6B" />

## Sample JSON syntax

```json theme={null}
{
    "reason": "MissingPrivilege",
    "restrictedSetting": "VideoCommunications"
}
    
```

<a id="ID4EIC" />

## See also

<a id="ID4EKC" />

##### Parent

[JavaScript Object Notation (JSON) Object Reference](/reference/live/rest/json/atoc-xboxlivews-reference-json)


## Related topics

- [XblPermissionCheckResult](/reference/live/xsapi-c/privacy_c/structs/xblpermissioncheckresult.md)
- [XblPrivacyCheckPermissionResult](/ja-jp/reference/live/xsapi-c/privacy_c/functions/xblprivacycheckpermissionresult.md)
- [XblPrivacyBatchCheckPermissionResult](/ko/reference/live/xsapi-c/privacy_c/functions/xblprivacybatchcheckpermissionresult.md)
- [XblPrivacyCheckPermissionResultSize](/ja-jp/reference/live/xsapi-c/privacy_c/functions/xblprivacycheckpermissionresultsize.md)
