An LDAP User
LdapUser is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class LdapUser
{
string Email { get; set; }
string FriendlyName { get; set; }
string UserName { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
string | LDAP User's Email | |||
| FriendlyName | string | LDAP User's FriendlyName | ||
| UserName | string | LDAP User's UserName |