---
title: Class
framework: rosterapi
role: symbol
role_heading: Object
path: rosterapi/class
---

# Class

A class in an Apple School Manager organization.

## Declaration

```data
object Class
```

## Properties

dateCreated: The date the class object was created in Apple School Manager. The date string is in ISO 8601 format. dateLastModified: The date the class object was modified in Apple School Manager. The date string is in ISO 8601 format. id: A unique identifier for this class. instructorIds: A list of user identifiers for instructers. Values refer to the id field of the User object. room: The name of the room. studentIds: A list of user identifiers for students in the class. name: The name of the class. number: The number of the class. displayName: The Class Nickname in Apple School Manager. locationId: An identifier for the class’s location.

## See Also

### Information about classes

- [Read a class](rosterapi/returns-a-specific-class-in-an-apple-school-manager-organization..md)
- [List classes](rosterapi/returns-a-list-of-classes-for-an-apple-school-manager-organization.md)
- [Classes](rosterapi/classes.md)
