View Issue Details

IDProjectCategoryView StatusLast Update
0024757mantisbtapi restpublic2023-10-31 16:32
Reporterslemzin Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Product Version2.25.7 
Target Version2.26.0Fixed in Version2.26.0 
Summary0024757: To move a user to disabled
Description

Сan I use the API to move a user to disabled?

if so, how?

TagsNo tags attached.

Relationships

related to 0027130 closedvboctor change username via rest api 
related to 0032464 closedvboctor Implement UserUpdateCommand 
has duplicate 0027127 closedvboctor user deactivation via rest api 
related to 0028085 assignedvboctor Setting password via REST API 
child of 0032465 closedvboctor REST API: User Update API 

Activities

atrol

atrol

2018-09-12 08:08

developer   ~0060644

Сan I use the API to move a user to disabled?

Not available at the moment.

vboctor

vboctor

2023-04-30 00:01

manager   ~0067727

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

Related Changesets

MantisBT: master 395dff60

2023-04-29 23:38

vboctor


Details Diff
REST API: User Update API

Fixes 0027130, 0024757
Affected Issues
0024757, 0027130
mod - api/rest/restcore/users_rest.php Diff File

MantisBT: master 625f7d84

2023-04-30 00:41

vboctor


Details Diff
REST API: User Update API test cases

Fixes 0027130, 0024757
Affected Issues
0024757, 0027130
mod - tests/rest/RestUserTests.php Diff File

MantisBT: master 308821c4

2023-05-16 23:41

vboctor


Details Diff
Address PR comments

Fixes 0027130, 0024757
Affected Issues
0024757, 0027130
mod - api/rest/restcore/users_rest.php Diff File
mod - core/commands/UserUpdateCommand.php Diff File