SUPPORT-8957: fix deactivation and mapping
This commit is contained in:
parent
065dce102f
commit
18ac355a31
4 changed files with 20 additions and 6 deletions
|
|
@ -48,7 +48,7 @@ export class UserManagementService extends Behavior {
|
|||
this.doRequest("user/roles", jsonObj);
|
||||
break;
|
||||
case ApplicationKind.BLOCK_USER:
|
||||
this.doRequest("users/deactivation", jsonObj);
|
||||
this.doRequest("user/deactivation", jsonObj);
|
||||
break;
|
||||
case ApplicationKind.RESET_PASSWORD:
|
||||
this.doRequest("user/password/reset", jsonObj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue