Read a user
Read a user in an Apple School Manager organization.
URL
GET https://api-school.apple.com/rosterapi/v1/users/{userId}Path Parameters
| Name | Type | Description |
|---|---|---|
userId Required | string | The identifier from the user. Use the |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | User | The request was successful. |
| 401 | Unauthorized | The access token was invalid. | |
| 403 | Forbidden | Access to the requested user was forbidden. | |
| 404 | Not Found | The server didn’t find a user with the given | |
| 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 users resource requires authorization to the edu.users.read scope.