Read the organization
Returns information about the Apple School Manager organization.
URL
GET https://api-school.apple.com/rosterapi/v1/organizationResponse Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | Organization | 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 | ||
| 500 | Internal Server Error | The server encountered an internal error. |
Mentioned in
Discussion
Access to the organization resource requires authorization to either the edu.users.read or edu.classes.read scope.