API structure has changed
9 structure changes including:
9 Modifications
Modified
9
GET /api/my-account/sessions
- Response
-
200 response Modified
-
application/json content type Modified
-
sessions property Modified
- payload property Modified
-
sessions property Modified
-
application/json content type Modified
GET /api/users
- Response
-
200 response Modified
-
application/json content type Modified
- passwordDigest, passwordAlgorithm properties Added
-
application/json content type Modified
GET /api/users/{userId}
- Response
-
200 response Modified
-
application/json content type Modified
- passwordDigest, passwordAlgorithm properties Added
-
application/json content type Modified
- Query
- includePasswordHash query parameter Added
GET /api/users/{userId}/sessions
- Response
-
200 response Modified
-
application/json content type Modified
-
sessions property Modified
- payload property Modified
-
sessions property Modified
-
application/json content type Modified
GET /api/users/{userId}/sessions/{sessionId}
- Response
-
200 response Modified
-
application/json content type Modified
-
payload property Modified
-
authorizations property Modified
- Property is no longer required
-
authorizations property Modified
-
payload property Modified
-
application/json content type Modified
PATCH /api/users/{userId}
- Response
-
200 response Modified
-
application/json content type Modified
- passwordDigest, passwordAlgorithm properties Added
-
application/json content type Modified
PATCH /api/users/{userId}/is-suspended
- Response
-
200 response Modified
-
application/json content type Modified
- passwordDigest, passwordAlgorithm properties Added
-
application/json content type Modified
PATCH /api/users/{userId}/password
- Response
-
200 response Modified
-
application/json content type Modified
- passwordDigest, passwordAlgorithm properties Added
-
application/json content type Modified
POST /api/users
- Response
-
200 response Modified
-
application/json content type Modified
- passwordDigest, passwordAlgorithm properties Added
-
application/json content type Modified