Please disregard this post
Like
2 comments
18:24 Feb 21, 2019
Hello,
It`s not possible to create system users via OData because system user is not only one record in SysAdminUnit table, actually, when system creates new user, many other connections with main record are created through other tables.
Basically, the best way to create a new user is to emulate the way the system does it. In order to do so you need to catch queries, which system creates when adding a new user and replicate same queries from your external application.
Best regards,
Alex
Show all comments