-
Notifications
You must be signed in to change notification settings - Fork 0
API Library Active Directory
Robert Polak edited this page Aug 6, 2019
·
15 revisions
Home / API Library / Active Directory
API Library Active Directory to search User in the configured Domain. The API Library Active Directory Methods list with Parameters, Return examples.
Configuration - Details
Configuration of Active Directory variables at App.config.
More details about The Server API Library Configuration at Configuration
Search for User at Active Directory in the configured Domain. Returns the Active Directory User.
Method: API.ActiveDirectory.List
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
username |
String | null | username |
Return: The Active Directory User or null
Search for User at Active Directory in the configured Domain. Returns the Active Directory User.
Method: API.ActiveDirectory.Search
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
username |
String | username |
Return: The Active Directory User or null
Checks if the user is authenticated against Active Directory.
Method: API.ActiveDirectory.IsAuthenticated
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
userPrincipal |
String | userPrincipal |
Return: Boolean