Page 1 of 1

how to deactive user using web service

Posted: Fri Jan 18, 2019 2:00 am
by njhajhajha
Hi,

I m using PM 3.2.2 community version,
I want to deactivate user through web service.
Is there any way to achive this?

Thanks :)

Re: how to deactive user using web service

Posted: Fri Jan 18, 2019 8:37 am
by njhajhajha
I got that :P

Re: how to deactive user using web service

Posted: Fri Jan 18, 2019 9:00 am
by hekmati
you can update user information with rest api (PUT /user/{usr_uid})
it has usr_status parameter that you can change it to 'INACTIVE'.

did you solve it with another way?

Re: how to deactive user using web service

Posted: Wed Feb 13, 2019 12:20 am
by njhajhajha
Yes I did this in same way.

Thank You :)