---
title: Read the organization
framework: rosterapi
role: symbol
role_heading: Web Service Endpoint
path: rosterapi/returns-organization-infrmation
---

# Read the organization

Returns information about the Apple School Manager organization.

## URL

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

## Response Codes

200 OK: The request was successful. 401 Unauthorized: The access token was invalid. 403 Forbidden: You don’t have permission to access the organization information. 404 Not Found: The server didn’t find the organization information. 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. 500 Internal Server Error: The server encountered an internal error.

## Mentioned in

Integrating with Roster API and Sign in with Apple

## Discussion

Discussion Access to the organization resource requires authorization to either the edu.users.read or edu.classes.read scope. Example

## See Also

### Information about the organization

- [Organization](rosterapi/organization.md)
- [Domain](rosterapi/domain.md)
