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

Mar 4, 2024

main
1.16.1
Compare

API structure has changed

15 structure changes including:
10 Additions
5 Modifications
Modified 5 Breaking
GET /users/{UserEmailId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • OrgAccessDetails property Modified
POST /organisations/{OrganisationId}/{AuthorisationDomainName}/users
  • Body
  • application/json content type Modified
    • ContactRole, System properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • SystemID, UserTypeID properties Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • SystemID, UserTypeID properties Added
POST /users
  • Response
  • 201 response Modified
    • application/json content type Modified
      • OrgAccessDetails property Modified
PUT /organisations/{OrganisationId}/{AuthorisationDomainName}/users/{UserEmailId}/{AuthorisationDomainUserId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • SystemID, UserTypeID properties Added
PUT /users/{UserEmailId}/{TnCId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • OrgAccessDetails property Modified
Added 10
DELETE /references/users/authorisationdomain/systems/{AuthorisationDomainSystemID}
DELETE /references/users/authorisationdomain/usertypes/{AuthorisationDomainUserTypeID}
GET /references/users/authorisationdomain/systems
GET /references/users/authorisationdomain/systems/{AuthorisationDomainSystemID}
GET /references/users/authorisationdomain/usertypes
GET /references/users/authorisationdomain/usertypes/{AuthorisationDomainUserTypeID}
POST /references/users/authorisationdomain/systems
POST /references/users/authorisationdomain/usertypes
PUT /references/users/authorisationdomain/systems/{AuthorisationDomainSystemID}
PUT /references/users/authorisationdomain/usertypes/{AuthorisationDomainUserTypeID}