Solved
Create disabled users?
I'm trying to programmatically create a few dummy users in Thingworx for a demo. I'm able to easily create them using EntityServices.CreateUser, but there doesn't seem to be a service to disable the created user either on EntityServices or on the User object itself. How can I accomplish that on release 5.4?

