---
title: ABAuthorizationStatus.restricted
framework: addressbook
role: symbol
role_heading: Case
path: addressbook/abauthorizationstatus/restricted
---

# ABAuthorizationStatus.restricted

The app is not authorized to access address book data. The user cannot change this access, possibly due to restrictions such as parental controls.

## Declaration

```swift
case restricted
```

## See Also

### Constants

- [ABAuthorizationStatus.notDetermined](addressbook/abauthorizationstatus/notdetermined.md)
- [ABAuthorizationStatus.denied](addressbook/abauthorizationstatus/denied.md)
- [ABAuthorizationStatus.authorized](addressbook/abauthorizationstatus/authorized.md)
