IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

EDR: Collecting a User API Token From the Server

EDR: Collecting a User API Token From the Server

Environment

  • EDR: All Supported Versions

Objective

Users may need the API token for a generic account used for integrations. If using a service like OKTA, accessing the account from the UI may not be possible.

Resolution

The token can be acquired via a query to the underlying Postgres database. Substitute username with the account whose token needs to be collected.

psql cb -p 5002 -c "select auth_token from cb_user where username='username'"

Additional Notes

If console access is available then the API Token can be found here

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎11-30-2023
Views:
111
Contributors