---
title: Users
framework: rosterapi
role: symbol
role_heading: Object
path: rosterapi/users
---

# Users

A list of users, with a token for pagination.

## Declaration

```data
object Users
```

## Properties

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

## See Also

### Information about users

- [Read a user](rosterapi/returns-a-specific-user-in-an-apple-school-manager-organization.md)
- [User](rosterapi/user.md)
- [RoleLocation](rosterapi/rolelocation.md)
- [List users](rosterapi/returns-a-list-of-users-in-an-apple-school-manager-organization.md)
- [List users in a class](rosterapi/returns-a-users-for-an-apple-school-manager-class.md)
