Change Updates

Do not miss any my.nethesis.it API changes, ever again

Subscribe to the my.nethesis.it API changelog to be up to date on recent changes.

RSS

Jul 24, 2025

main
1.0.0
Compare

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /users
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • users property Modified
GET /users/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • phone property Modified
          • Type went from string to string | null
        • userRoleIds, organizationId, organizationName, organizationRole, isSuspended, lastSignInAt, createdAt, updatedAt properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • logto_id, organization, roles, created_at, updated_at, logto_synced_at, active properties Added
POST /users
  • Response
  • 201 response Modified
    • application/json content type Modified
      • data property Modified
        • phone property Modified
          • Type went from string to string | null
        • userRoleIds, organizationId, organizationName, organizationRole, isSuspended, lastSignInAt, createdAt, updatedAt properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • logto_id, organization, roles, created_at, updated_at, logto_synced_at, active properties Added
PUT /users/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • phone property Modified
          • Type went from string to string | null
        • userRoleIds, organizationId, organizationName, organizationRole, isSuspended, lastSignInAt, createdAt, updatedAt properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • logto_id, organization, roles, created_at, updated_at, logto_synced_at, active properties Added