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
-
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
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
Added
2
DELETE /api/users/{userId}/grants/{grantId}
GET /api/users/{userId}/grants