Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! 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.