Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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.