Hey, I’m looking into the API for user management in mendix. I would like to create or update users in my mendix app based on an data in an external system. My userinfo in mendix is stored in an entity “ AppUser” which is linked to Administration.Account. The API docs (https://docs.mendix.com/apidocs-mxsdk/apidocs/user-management-api#4-api-calls) do not specify how I can perform CRUD actions on this entity for a specific user. Where can I find extra info on this topic or is there another way to interpret the documentation i am using? Thanks
↧