Hello
I would like disactivate user in crowd server with this commande line in cmd windows :
curl -i -u xxxxxx:xxxxxxxx-X PUT --data '{"name":"xxxxx", "active":"false"}' https://linkformyappli/crowd/rest/usermanagement/1/user?username=xxxxxxx--header 'Content-Type: application/json' --header 'Accept: application/json'
but he don't worked
Have you idea ?
Thanks in advance