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
-
data property Modified
-
application/json content type Modified
GET /users/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
-
phone property Modified
-
Type went from
string
tostring | null
-
Type went from
-
userRoleIds, organizationId, organizationName, organizationRole, isSuspended, lastSignInAt, createdAt, updatedAt properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- logto_id, organization, roles, created_at, updated_at, logto_synced_at, active properties Added
-
phone property Modified
-
data property Modified
-
application/json content type Modified
POST /users
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Modified
-
phone property Modified
-
Type went from
string
tostring | null
-
Type went from
-
userRoleIds, organizationId, organizationName, organizationRole, isSuspended, lastSignInAt, createdAt, updatedAt properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- logto_id, organization, roles, created_at, updated_at, logto_synced_at, active properties Added
-
phone property Modified
-
data property Modified
-
application/json content type Modified
PUT /users/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Modified
-
phone property Modified
-
Type went from
string
tostring | null
-
Type went from
-
userRoleIds, organizationId, organizationName, organizationRole, isSuspended, lastSignInAt, createdAt, updatedAt properties Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- logto_id, organization, roles, created_at, updated_at, logto_synced_at, active properties Added
-
phone property Modified
-
data property Modified
-
application/json content type Modified