API structure has changed
5 structure changes including:
2 Breaking changes
2 Additions
2 Modifications
1 Removal
Modified
2
Breaking
GET /api/users/{userId}/sso-identities/{ssoConnectorId}
- Response
-
200 response Modified
-
application/json content type Modified
-
enterpriseSsoIdentity, tokenSet 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
- ssoIdentity, tokenSecret properties Added
-
enterpriseSsoIdentity, tokenSet properties Removed
-
application/json content type Modified
- Query
- includeTokenSecret query parameter Added
POST /api/custom-profile-fields/properties/sie-order
- Path went from
/api/custom-profile-fields/sie-order
to/api/custom-profile-fields/properties/sie-order
(same operationId)Breaking
Removed
1
Breaking
GET /api/users/{userId}/identities/{target}/secret
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
2
GET /api/users/{userId}/all-identities
GET /api/users/{userId}/identities/{target}