Change Updates

Do not miss any Connect API changes, ever again

Subscribe to the Connect API changelog to be up to date on recent changes.

RSS

about 10 hours ago

main
1.7.1
Compare
1.7.1

User Response Updates

Next change

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
PATCH /students/{userId}/details
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • classIds, cohortIds properties Added
POST /students
  • Response
  • 201 response Modified
    • application/json content type Modified
      • user property Modified
        • classIds, cohortIds properties Added
POST /teachers
  • Response
  • 201 response Modified
    • application/json content type Modified
      • user property Modified
        • classIds, cohortIds properties Added
POST /users/search
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • classIds, cohortIds properties Added
PUT /users/{userId}/emails/primary
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • classIds, cohortIds properties Added
PUT /users/{userId}/name
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • classIds, cohortIds properties Added
PUT /users/{userId}/password
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • classIds, cohortIds properties Added