GET Security Identities Lookup
The GET /Security/Identities/Lookup method is used to confirm that the security identity specified is valid for the environment—the Active Directory forest An Active Directory forest (AD forest) is the top most logical container in an Active Directory configuration that contains domains, and objects such as users and computers. in which Keyfactor Command is installed and any forests in a two-way trust (or one-way trust in a direction that allows the lookup to occur). It can be used to query an identity in the source identity store (Active Directory) to confirm its validity before using POST /Security/Identities (see POST Security Identities) to create a new identity in Keyfactor Command with that user or group. This method returns HTTP 200 OK on a success with a response of true or false.
Table 568: GET Security Identities Lookup Input Parameters
Name | In | Description |
---|---|---|
Name | Query | Required. The identity name in the source identity store. For Active Directory users and groups, this can be given either as DOMAIN\name or name@domain.com. For users in the local domain (the domain in which the Keyfactor Command server is installed), the lookup may be done without a domain name. |
Table 569: GET Security Identities Lookup Response Data
Name | Description |
---|---|
Valid | A Boolean that indicates whether the provided name is valid (true) or not (false). |