LDAP Mapping
Create a Redis Software LDAP mapping
Create a new Redis Software LDAP mapping.
post/v1/ldap_mappings
Request body
Example request
{
"dn": "OU=ops.group,DC=redislabs,DC=com",
"email": "ops.group@redislabs.com",
"email_alerts": true,
"name": "Admins",
"role_uids": [
1
]
}Response
LDAP mapping created successfully.
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
}