Add function to impersonate a user

This commit is contained in:
osaajani 2021-07-13 01:21:23 +02:00
parent 33ae2b0010
commit ad93a7b537
7 changed files with 99 additions and 2 deletions

View file

@ -21,6 +21,7 @@
'update_api_key' => '/account/update_api_key/{csrf}/',
'delete' => '/account/delete/{csrf}/',
'logout' => '/logout/',
'stop_impersonate' => '/stop_impersonate/{csrf}/',
],
'Command' => [
@ -148,6 +149,7 @@
'edit' => '/user/edit/',
'update' => '/user/update/{csrf}/',
'update_status' => '/user/delete/{status}/{csrf}/',
'impersonate' => '/user/impersonate/{csrf}/',
],
'Phone' => [