LdapUser

LdapUser
LdapUser

Information about a user in an LDAP directory

JSON Example
{
    "baseDn": "string",
    "dn": "string",
    "mail": "string",
    "name": "string",
    "userId": "string"
}
string
baseDn
Required

Base distinguished name directory in which the user exists

string
dn
Required

Full distinguished name of the user

string
mail
Optional

Email address of the user in UPN format

string
name
Required

Name of the user

string
userId
Required

User ID defined in LDAP directory