View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0027128 | mantisbt | api rest | public | 2020-08-04 09:35 | 2023-10-31 16:32 |
| Reporter | uv_jfuchs | Assigned To | vboctor | ||
| Priority | high | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | VM | OS | CentOS Linux | OS Version | 7.8 |
| Product Version | 2.24.1 | ||||
| Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
| Summary | 0027128: Can not get userid from another user with REST API | ||||
| Description | Hi, Thank you very much. | ||||
| Steps To Reproduce | {{url}}/api/rest/users/:user_id | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master 60f781b9 2023-04-10 00:38 Details Diff |
REST API: Get User By Ref (where ref can be id, name, email, realname) Fixes 0027128 |
Affected Issues 0027128 |
|
| mod - api/rest/restcore/users_rest.php | Diff File | ||
| mod - core/commands/UserGetCommand.php | Diff File | ||
| mod - tests/rest/RestUserTests.php | Diff File | ||
|
MantisBT: master 4d08ef6d 2023-04-22 02:31 Details Diff |
REST API: Get API by username instead of ref - no more real name or email Fixes 0027128 |
Affected Issues 0027128 |
|
| mod - api/rest/restcore/users_rest.php | Diff File | ||
| mod - core/commands/UserGetCommand.php | Diff File | ||
| mod - tests/rest/RestUserTests.php | Diff File | ||