View Issue Details

IDProjectCategoryView StatusLast Update
0027133mantisbtapi restpublic2023-05-04 16:23
Reporteruv_jfuchs Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionwon't fix 
Product Version2.24.1 
Summary0027133: delete user with username instead of userid via rest api
Description

I want to delete user vi api by his username not with the userid

TagsNo tags attached.

Relationships

related to 0027128 closedvboctor Can not get userid from another user with REST API 

Activities

vboctor

vboctor

2023-04-10 00:42

manager   ~0067613

Last edited: 2023-04-22 02:36

The approach to do this would be to use the new API for getting a user by username, then get the id from the response and call the delete user API. See 0027128 for the new API. The pull request will be posted shortly.

vboctor

vboctor

2023-04-10 01:19

manager   ~0067615

PR: https://github.com/mantisbt/mantisbt/pull/1881