API structure has changed
  21 structure changes including:
    
    21 Modifications
        Modified
        21
          Breaking
      
      DELETE /api/configs/oidc/{keyType}/{keyId}
              - Path
 - keyId path parameter Added
 
DELETE /api/sso-connectors/{id}
              - Path
 - id path parameter Added
 
DELETE /api/users/{userId}/identities/{target}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- ssoIdentities property Added
 
 
 - 
  application/json content type Modified
    
 
DELETE /api/users/{userId}/mfa-verifications/{verificationId}
              - Path
 - verificationId path parameter Added
 
GET /api/connector-factories/{id}
              - Path
 - id path parameter Added
 
GET /api/custom-phrases
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- translation property Modified
 
 
 - 
  application/json content type Modified
    
 
GET /api/custom-phrases/{languageTag}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- translation property Modified
 
 
 - 
  application/json content type Modified
    
 
GET /api/organization-roles
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- scopes property Added
 
 
 - 
  application/json content type Modified
    
 - 
  400 response Removed
    
- 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - Query
 - 
  q query parameter Removed
    
- 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 
GET /api/roles/{id}/users
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- ssoIdentities property Added
 
 
 - 
  application/json content type Modified
    
 
GET /api/sso-connectors/{id}
              - Path
 - id path parameter Added
 
GET /api/users
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- ssoIdentities property Added
 
 
 - 
  application/json content type Modified
    
 
GET /api/users/{userId}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- ssoIdentities property Added
 
 
 - 
  application/json content type Modified
    
 - Query
 - includeSsoIdentities query parameter Added
 
PATCH /api/sso-connectors/{id}
              - Path
 - id path parameter Added
 
PATCH /api/sso-connectors/{id}/config
              - Path
 - id path parameter Added
 
PATCH /api/users/{userId}
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- ssoIdentities property Added
 
 
 - 
  application/json content type Modified
    
 
PATCH /api/users/{userId}/is-suspended
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- ssoIdentities property Added
 
 
 - 
  application/json content type Modified
    
 
PATCH /api/users/{userId}/password
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- ssoIdentities property Added
 
 
 - 
  application/json content type Modified
    
 
POST /api/connectors/{factoryId}/test
              - Path
 - factoryId path parameter Added
 
POST /api/organization-roles
              - Body
 - 
  application/json content type Modified
    
- organizationScopeIds property Added
 
 
POST /api/users
              - Response
 - 
  200 response Modified
    
- 
  application/json content type Modified
    
- ssoIdentities property Added
 
 
 - 
  application/json content type Modified
    
 
PUT /api/custom-phrases/{languageTag}
              - Body
 - 
  application/json content type Modified
    
- [translationKey] property Modified