Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
I know about the APIs. The issue here is that when I use Organization#Assignusertoorganization, it assigns the User only to ONE organization (the one specified in the request), and it removes the User from all the other organizations previously assigned. I would like it to assign the User to an organization, but let the User assigned to the others too.
Hi, in the API Builder documentation, it lists APIs to create a user & organization and assign a user to an organization as you described.
User#Adduser
Organization#Addorganization
Organization#Assignusertoorganization
I am trying to use API Builder in order to Create an User, then Create one or more Organizations and assign the User to an organization.
My expectation was, when assigning an User to an Organization, that the API will assign the User to the new Organization, without removing it from other Organizations, like it is the behavior when using the Joget User Configuration. How can I use the API builder, to obtain this behavior?