configuration /
system /
ext-auth /
ldap /
mappings
CLI REST-API
add-mapping
add-mapping
The "add-mapping" command adds a mapping.
[mapping] is the new mapping to be added.
Example:
add-mapping myMapping
RESTAPI: The data can be passed in the body like this:
{
"parameters": {
"mapping": "myMapping"
}
}
| Name | Value | Description | Example |
|---|
| mapping | | myMapping |
See also:
/configuration/system/ext-auth/ldap/mappings: List of mappings
/configuration/system/ext-auth/ldap/mappings/delete-mapping: deletes a mapping
REST-API Support:
This command is supported by the REST API:
Method: POST
URL: /api/configuration/system/ext-auth/ldap/mappings/add-mapping@¤P¡&V
Example using curl:
curl -X POST /api/configuration/system/ext-auth/ldap/mappings/add-mapping@¤P¡&V