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

15 days ago

dev
Cloud
Compare

API structure has changed

8 structure changes including:
2 Additions
6 Modifications
Modified 6
GET /api/users
  • Response
  • 200 response Modified
    • application/json content type Modified
      • passwordDigest, passwordAlgorithm properties Added
GET /api/users/{userId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • passwordDigest, passwordAlgorithm properties Added
  • Query
  • includePasswordHash query parameter Added
PATCH /api/users/{userId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • passwordDigest, passwordAlgorithm properties Added
PATCH /api/users/{userId}/is-suspended
  • Response
  • 200 response Modified
    • application/json content type Modified
      • passwordDigest, passwordAlgorithm properties Added
PATCH /api/users/{userId}/password
  • Response
  • 200 response Modified
    • application/json content type Modified
      • passwordDigest, passwordAlgorithm properties Added
POST /api/users
  • Response
  • 200 response Modified
    • application/json content type Modified
      • passwordDigest, passwordAlgorithm properties Added
Added 2
DELETE /api/users/{userId}/grants/{grantId}
GET /api/users/{userId}/grants