LDAP mapping for organization

Two ideas concering the “Organizations” - mapping:

  1. Would it be possible to have the Zammad - field “Organization” mapped using the LDAP connector?
  2. Is it possible to mass-add users to an organization? I saw that we could use the email-domain but this is not working in our organization structure (multiple country - subsidiaries but all users using the same .com address)
1 Like

Hi,

mapping the users to organizations based on ldap attributes would be cool.
In example if the department attribute of an user is filled with “sales”, he should belong to organization “sales”.

To keep it flexibel, it should be possible to configure which ldap attribute should be used for the mapping.
And there should be a switch, if organizations that do not already exist, should be automatically be created or not.

Greets
Gerhard

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.

This is possible via the API already FYI - I have a powershell script running every 30 minutes that does this. If anyone is interested I can share it.

1 Like

Yes, please share, that would be awesome!

I’m also very interrested in this srcript