---
title: RosterClass
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/rosterclass
---

# RosterClass

A class’s properties and their values.

## Declaration

```data
object RosterClass
```

## Properties

class_display_name: The Class Nickname in Apple School Manager. This name appears in the Schoolwork app and is modifiable by teachers within Schoolwork or by admins within Apple School Manager. Use this field for Classroom and Shared iPad class configurations. Available in X-Protocol Version 5 and later. class_icon_identifier: The class icon selected by teachers when they create or update the class via Schoolwork. Available in X-Protocol Version 5 and later. class_number: The class number. Maximum string length is 256 UTF-8 characters. Available in X-Protocol Version 4 and later. course: The base course for this course. instructor_unique_identifiers: Unique identification for instructors. Each string in the array has a maximum length of 256 UTF-8 characters. Value can be null. location: The base location for this course. name: The class name as displayed in Apple School Manager. Maximum length is 1024 UTF-8 characters. op_date: The most recent update timestamp for this class. Available in X-Protocol Version 3 and later. room: The room where class is held. Maximum length is 512 UTF-8 characters. source: The data source where class was created. Maximum length is 64 UTF-8 characters. source_system_identifier: The identifier configured by the organization for its classes. Maximum length is 256 UTF-8 characters. See Note. status: The status of the class. Possible values: Active and Inactive. Available in X-Protocol Version 3 and later. student_unique_identifiers: The unique identifiers for students. Each string in the array has a maximum length of 256 UTF-8 characters. Value can be null. unique_identifier: The global unique identifier for the class. Maximum length is 256 UTF-8 characters.

## See Also

### Class management

- [Get the List of Classes](devicemanagement/fetch-class-roster.md)
- [Sync the List of Classes](devicemanagement/fetch-class-roster-sync.md)
