Contents

List users

List users in an Apple School Manager organization.

URL

GET https://api-school.apple.com/rosterapi/v1/users

Query Parameters

NameTypeDescription
limit Optionalstring

The maximum amount of user objects to return. The default is 100.

pageToken Optionalstring

A token to retrieve the next set of records when the number of users is greater than the limit parameter.

role Optionalstring

The role of the user in the organization.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
Users

The request was successful.

401Unauthorized

The access token was invalid.

403Forbidden

Access to the requested user was forbidden.

429

The client made too many requests. The response includes an X-Retry-After header that indicates the number of seconds to wait before making another request.

500Internal Server Error

The server encountered an internal error.

Discussion

Example

See Also

Information about users