userStatus

GET https://{{apiDomain}}/{{mode}}/user/changeStatus/enable/{{username}}/{{sessionID}}

Update users statuses by making them enabled or disabled rather than completely deleting users and data.

Enable: The URL is passing enable making the user enabled.

Disabled: The URL is passing disabled making the user enter an inactive state.

RESPONSES

status: OK

{"success":"true","errorlevel":"0","action":"user status change","message":"user status changeed","data":{"action":"enable","time":1617047624029},"executionTime":238,"mode":"development","debug":false}