Change Updates

Do not miss any Logto API references changes, ever again

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

RSS
Logto API references

Change #9486f4db

Last update:
Compare

API structure has changed

21 structure changes including:
2 Additions
19 Modifications
Modified 19 Breaking
PUT /api/custom-phrases/{languageTag}
  • Body
  • application/json content type Modified
    • [translationKey] attribute Modified
POST /api/users
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ssoIdentities attribute Added
POST /api/connectors/{factoryId}/test
  • Path
  • factoryId path parameter Added
PATCH /api/users/{userId}/password
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ssoIdentities attribute Added
PATCH /api/users/{userId}/is-suspended
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ssoIdentities attribute Added
PATCH /api/users/{userId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ssoIdentities attribute Added
PATCH /api/sso-connectors/{id}/config
  • Path
  • id path parameter Added
  • Query
  • partialValidateConfig query parameter Added
PATCH /api/sso-connectors/{id}
  • Path
  • id path parameter Added
GET /api/users/{userId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ssoIdentities attribute Added
  • Query
  • includeSsoIdentities query parameter Added
GET /api/users
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ssoIdentities attribute Added
GET /api/sso-connectors/{id}
  • Path
  • id path parameter Added
GET /api/roles/{id}/users
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ssoIdentities attribute Added
GET /api/custom-phrases/{languageTag}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • translation attribute Modified
GET /api/custom-phrases
  • Response
  • 200 response Modified
    • application/json content type Modified
      • translation attribute Modified
GET /api/connector-factories/{id}
  • Path
  • id path parameter Added
DELETE /api/users/{userId}/mfa-verifications/{verificationId}
  • Path
  • verificationId path parameter Added
DELETE /api/users/{userId}/identities/{target}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • ssoIdentities attribute Added
DELETE /api/sso-connectors/{id}
  • Path
  • id path parameter Added
DELETE /api/configs/oidc/{keyType}/{keyId}
  • Path
  • keyId path parameter Added
Added 2
POST /api/interaction/single-sign-on/{connectorId}/registration
POST /api/authn/single-sign-on/saml/{connectorId}