List of Managed Accounts
GET {{biBaseURL}}/ManagedAccounts
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| systemName | null | (optional) Name of the managed system. | |
| accountName | null | (optional) Name of the managed account. | |
| systemID | null | (optional) ID of the Managed System. | |
| workgroupName | null | (optional) Name of the Workgroup. | |
| applicationDisplayName | null | (optional, when given, type must be application) Display name of the application. | |
| ipAddress | null | (optional, when given type must be one of system, domainlinked, or database) IP Address of the managed asset. | |
| type | null | (optional/recommended) Type of the managed account to return : | |
| system: Returns local accounts. | |||
| recent: Returns recently used accounts. | |||
| domainlinked: Returns domain accounts linked to systems. | |||
| database: Returns database accounts. | |||
| cloud: Returns cloud system accounts. | |||
| application: Returns application accounts | |||
| limit | null | (optional) (default: 1000) Number of records to return | |
| offset | null | (optional) (default: 0) Number of records to skip before returning <limit> records |