User Response Updates
This update adds class and cohort Ids to user responses to the following endpoints:
- GET /users
- PATCH /students/{userId}/details
- POST /students
- POST /teachers
- POST /users/search
- PUT /users/{userId}/emails/primary
- PUT /users/{userId}/name
- PUT /users/{userId}/password
8 structure changes including:
8 Modifications
Modified
8
GET /users
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- classIds, cohortIds properties Added
-
data property Modified
-
application/json content type Modified
PATCH /students/{userId}/details
- Response
-
200 response Modified
-
application/json content type Modified
-
user property Modified
- classIds, cohortIds properties Added
-
user property Modified
-
application/json content type Modified
POST /students
- Response
-
201 response Modified
-
application/json content type Modified
-
user property Modified
- classIds, cohortIds properties Added
-
user property Modified
-
application/json content type Modified
POST /teachers
- Response
-
201 response Modified
-
application/json content type Modified
-
user property Modified
- classIds, cohortIds properties Added
-
user property Modified
-
application/json content type Modified
POST /users/search
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
- classIds, cohortIds properties Added
-
data property Modified
-
application/json content type Modified
PUT /users/{userId}/emails/primary
- Response
-
200 response Modified
-
application/json content type Modified
-
user property Modified
- classIds, cohortIds properties Added
-
user property Modified
-
application/json content type Modified
PUT /users/{userId}/name
- Response
-
200 response Modified
-
application/json content type Modified
-
user property Modified
- classIds, cohortIds properties Added
-
user property Modified
-
application/json content type Modified
PUT /users/{userId}/password
- Response
-
200 response Modified
-
application/json content type Modified
-
user property Modified
- classIds, cohortIds properties Added
-
user property Modified
-
application/json content type Modified