Update user

PUT {{baseUrl}}/v1/users/:userId

Update the details of a specific user.

Request Body

{"name"=>"John Doe", "state"=>"deactivated", "isAdmin"=>false, "policy"=>{"Role"=>127, "Applications"=>nil}, "roles"=>[1, 3]}