---
title: Locations
framework: rosterapi
role: symbol
role_heading: Object
path: rosterapi/locations
---

# Locations

A list of locations, with a token for pagination.

## Declaration

```data
object Locations
```

## Properties

locations: A list of Location objects. moreToFollow: A flag that indicates whether there are more locations. If true, use the nextPageToken to request another list from the remaining locations. nextPageToken: A token to request additional locations, if any. Use this as the nextPageToken parameter for the List locations request.

## See Also

### Information about locations

- [Read a location](rosterapi/returns-a-specific-location-in-an-apple-school-manager-organization.md)
- [Location](rosterapi/location.md)
- [List locations](rosterapi/returns-a-list-of-locations-for-an-apple-school-manager-organization.md)
