Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello,
I would like to be able to trigger the creation of a new ThingWorx user from my website. Is there an API endpoint for creating new users? Such as a PUT/POST http://host/Thingworx/User ?
Thanks,
Michael
Solved! Go to Solution.
Michael, you can create a custom service on your Thing, add the CreateUser service from Entity Services, and make an API call to this service instead.
Michael, you can create a custom service on your Thing, add the CreateUser service from Entity Services, and make an API call to this service instead.