Carbon Black Cloud: How to export Admin Users via cURL
book
Article ID: 292307
calendar_today
Updated On:
Products
Carbon Black Cloud Endpoint Standard (formerly Cb Defense)
Issue/Introduction
To export the list of Administrators from Settings > Users via cURL as a workaround to not having an Export button/link built into the Console on the Users page
Access level: Custom
Custom access level: View All
*Warning message can be ignored:
This permission set may contain unversioned APIs. Visit developer.carbonblack.com for all currently supported/versioned APIs.
Enter Description as desired
Click 'Save'
Copy API credentials displayed (<API_ID>, <API_Secret_Key> below)
The API above (.../appservices/v5/orgs/<ORG_ID>/users) is an unofficial and unsupported API which is used to populate information for the Console UI and is not supported for use as a standalone API
Being an unsupported API means the specified route/endpoint could be changed at any point and without notice
The Role (adminRole) will be displayed as DEPRECATED, as the API has not been updated to work with newer Admin Roles (Level 1/2/3 Analyst, Super Admin, and others)
For ease of use, there are a number of options available online to convert JSON files to CSV using Python, Java, etc.