Skip to main content
1-Visitor
December 21, 2016
Solved

Creating new users outside composer

  • December 21, 2016
  • 1 reply
  • 1402 views

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

    Best answer by Aanjan

    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.

    1 reply

    Aanjan5-Regular MemberAnswer
    5-Regular Member
    December 22, 2016

    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.