LDAP Mapping
Get all Redis Software LDAP mappings
Get all Redis Software LDAP mappings configured in the cluster.
get/v1/ldap_mappings
Response
List of LDAP mappings.
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
}
]