Change Updates

Do not miss any Class Manager API changes, ever again

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

RSS

Oct 22, 2025

dev
dev
Compare

API structure has changed

9 structure changes including:
9 Modifications
Modified 9 Breaking
GET /v1/families/{id}/user
  • Response
  • 200 response Modified
    • application/json content type Modified
      • phone property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /v1/staff/{id}/user
  • Response
  • 200 response Modified
    • application/json content type Modified
      • phone property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /v1/users/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • phone property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
PATCH /v1/users/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • alternative Modified
        • LoginDto, UserDto alternatives Modified
POST /v1/auth/login
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • phone property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
POST /v1/auth/register
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • phone property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
POST /v1/auth/register/company
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • phone property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
POST /v1/auth/reset-password
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • phone property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
POST /v1/users/{user}/impersonate
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
        • phone property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking