LdapUserAttributes
The LDAP attributes used for required and optional user information.
{
"objectClass": "string",
"objectIdentifier": "string",
"userName": "string",
"email": "string",
"displayName": "string",
"givenName": "string",
"surname": "string",
"telephone": "string",
"groupMembershipIdentifier": "string",
"groupBackLinkIdentifier": "string",
"domain": "string",
"managerIdentifier": "string"
}
The LDAP object class for a user.
The LDAP object identifier attribute for a user.
The LDAP user attribute mapped to a username for a user.
The LDAP user attribute mapped to an email address for a user.
The LDAP user attribute mapped to displayed name for a user.
The LDAP user attribute mapped to the given name for a user.
The LDAP user attribute mapped to the family name for a user.
The LDAP user attribute mapped to the telephone number for a user.
The LDAP user attribute determining group membership ID for a user.
The LDAP user attribute determining group back link ID for a user.
The LDAP user attribute mapped to the domain for a user.
The LDAP user attribute determining the manager's ID for a user.