UserService
| GET | /security/user/ | |
| POST | /security/user/validatePassword | |
| POST | /security/user/{username} | |
| GET | /security/user/{username} | |
| PUT | /security/user/{username} | |
| DELETE | /security/user/{username} |
GET /security/user/
- Parameters
-
Query username String Request body application/xml Paging Query order Ordering
- Response body
- String
- Content type: application/xml
POST /security/user/validatePassword
- Parameters
-
Request body application/xml User
- Response body
- PasswordValidationResult
- Content type: application/xml
POST /security/user/{username}
- Parameters
-
Path username String Request body application/xml User
- Response body
- User
- Content type: application/xml
GET /security/user/{username}
- Parameters
-
Path username String
- Response body
- User
- Content type: application/xml
PUT /security/user/{username}
- Parameters
-
Path username String Request body application/xml User
- Response body
- Empty
DELETE /security/user/{username}
- Parameters
-
Path username String
- Response body
- Empty