get_user
Retrieve full details of a specific user from on-prem Active Directory or Azure AD using sAMAccountName, UPN, or object ID.
Instructions
Get full details of a specific user. For on-prem AD use sAMAccountName; for Azure AD use UPN or object ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | sAMAccountName for on-prem AD, or UPN/object ID for Azure AD (e.g. jdoe or john.doe@company.com) | |
| source | No | Data source: "ad" for on-prem LDAP, "azure" for Azure AD/Entra ID (available: ad, azure) | ad |