Question

OData Create System User Error

Please disregard this post

Like 0

Like

2 comments

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

Alex_Tim,

Trank you!

Show all comments