---
title: requiresSingleUser
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/requiressingleuser
---

# requiresSingleUser

A Boolean value that indicates whether only a single user account must be logged in to start an assessment.

## Declaration

```swift
var requiresSingleUser: Bool { get set }
```

## Discussion

Discussion When set to true, the assessment session will only start if there is exactly one user account logged in on the device. This requirement is disabled by default.
