Create User on Remote Server
Hi
I have a requirement to perform the following operations on remote (child) TW servers from a (parent) TW server. Am planning to use ContentLoaderFunctions (PostJSON) from parent TW server to invoke a REST API call of remote TW server (Thingworx/Resources/EntityServices/ServiceDefinitions/CreateUser) with Appkey.
- Create a user
- Create a group
- Add user to a group
- Delete a user.
Please suggest me if there is any other better approach.
if we are creating the user with the help snippet, then we can use Resources["EntityServices"].CreateUser(params);. we can execute the same in remote server?
Appreciate your early response

