🔥 Assigning Users to multiple Organizations possible

Hi guys

I am currently writing an user sync service in order to keep our instance up to date with the data from the CRM by using the API.

I just discovered that while fetching an user object there are fields which hint that you can assign an user to multiple organizations. Is this correct?

image

I thought this is not possible (https://github.com/zammad/zammad/issues/1573)

BR wucherpfennig

1 Like

No it’s not possible to assign more than one organization.
The reason for that is the reference:

Well I knew that but hopes do die last…

I tested it and discovered that although not working in the frontend if you set

Organization_ids

With valid IDs the system does recognize that and update the field

Organizations

Hence the hopes…

BR wucherpfennig

1 Like