---
title: Get the List of People
framework: devicemanagement
role: symbol
role_heading: Web Service Endpoint
path: devicemanagement/fetch-person-roster
---

# Get the List of People

Obtain a list of people the server manages, across the organization.

## URL

POST https://mdmenrollment.apple.com/roster/class/person

## Response Codes

200 OK: The request was successful. The server returns a list of people. 400 Bad Request: The server was unable to process the request.

## Discussion

Discussion In addition to instructors and students, this list may contain additional people who don’t belong to any class.

## HTTP Body

The object containing the request information.

## Topics

### Response

- [RosterPersonResponse](devicemanagement/rosterpersonresponse.md)

## See Also

### People management

- [RosterPerson](devicemanagement/rosterperson.md)
- [Sync the List of People](devicemanagement/fetch-person-roster-sync.md)
