LDAP Mapping
Get a single Redis Software LDAP mapping
Get a single LDAP mapping by unique ID.
get/v1/ldap_mappings/{uid}
Path parameters
uidinteger required
The LDAP mapping unique ID.
Response
LDAP mapping information.
Example response
{
"dn": "OU=ops.group,DC=redislabs,DC=com",
"email": "ops.group@redislabs.com",
"email_alerts": true,
"name": "Admins",
"role_uids": [
1
],
"uid": 17
}