ldap_add
Creates a new LDAP directory entry using a distinguished name and JSON attributes. Blocked when the connection is in read-only mode.
Instructions
Create a new LDAP entry. Blocked when that connection's own readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dn | Yes | DN of the new entry | |
| attributes | Yes | JSON object of attributes, e.g. '{"objectClass":["inetOrgPerson"],"cn":["John Doe"],"sn":["Doe"]}' | |
| connectionId | No | Id of the ldap connection to use, from databases.config.yml. Optional when only one ldap connection is configured. |