Hi All,
I am currently exploring options to onboard more than 1500+ Active Directory (AD) objects from an AD domain without using AD groups.
I have developed a sample PowerShell script that uses the BeyondTrust Password Safe (BeyondInsight) REST API to import AD managed accounts in bulk.
Using the POST API endpoint, I am successfully able to create multiple managed accounts under a Windows platform managed system (entry type: Asset). The script works as expected for Windows systems.
However, when I try to use the same API for a Managed System of platform type Active Directory (entry type: Domain), the API call fails with an HTTP 400 (Bad Request) error.
Could you please confirm if the same POST API endpoint is supported for creating bulk Active Directory managed accounts under a Domain-type Managed System?
If not, please suggest the recommended approach or alternate API for importing AD accounts in bulk under the Active Directory managed system.