Mindtickle

Mindtickle is a sales enablement platform that offers sales readiness training, content management, conversation intelligence, and coaching tools for revenue teams.

Use Cases the Adapter Solves

  • Identify Training Coverage Gaps: Verify which sales team members have active accounts in Mindtickle and identify employees who lack access to sales enablement training.
  • Track User Engagement and Status: Monitor user account status (active/inactive) to identify disengaged sales reps who may need re-onboarding or additional coaching.

Asset Types Fetched

  • Users
  • Groups

Endpoint to Asset Type Mapping:

Data SourceAPI EndpointAxonius Asset Type
UsersPOST /services/data/v4.0/mtobjects/UsersUsers
GroupsPOST /services/data/v2.0/mtobjects/GroupsGroups

Data Retrieved through the Adapter

Users - fields such as: Username, Email Address, Display Name, User Status

Groups - fields such as: Group ID, Group Name

Before You Begin

Required Ports

  • TCP port 443 (HTTPS)

Authentication Methods

API Key and Secret Key Authentication

The adapter authenticates using an API Key and Secret Key provided by Mindtickle. The adapter first calls the /services/data/auth_token endpoint with these credentials to obtain a Bearer token, which is then used for subsequent API requests. The token is automatically refreshed every 55 minutes.

APIs

Axonius uses the Mindtickle REST API. The following endpoints are called:

  • POST /services/data/auth_token - Authenticates and retrieves a Bearer token
  • POST /services/data/v4.0/mtobjects/Users - Retrieves user information
  • POST /services/data/v2.0/mtobjects/Groups - Retrieves group information

Required Permissions

The API Key must have sufficient permissions to access user and group data through the Mindtickle API.

Note: The exact permission names should be confirmed with your Mindtickle administrator or Mindtickle support, as the API documentation is not publicly available.

Supported From Version

Supported from Axonius version 9.0.5

Connecting the Adapter in Axonius

  1. Navigate to the Adapter Catalog, search for Mindtickle, and select the adapter.
  2. Click Add Connection.
  3. Provide the following parameters.

Required Parameters

  1. API Base URL - The base URL for the Mindtickle API. Example: https://api.mindtickle.com
  2. Auth Domain - Your Mindtickle tenant subdomain used for authentication. Example: acmeuniversity.mindtickle.com
  3. API Key - The API Key obtained from your Mindtickle admin console.
  4. Secret Key - The Secret Key obtained from your Mindtickle admin console.
Mindtickle

Optional Parameters

  1. Verify SSL - Select whether to verify the SSL certificate of the server against the CA database inside of Axonius. For more details, see SSL Trust & CA Settings.
  2. HTTPS Proxy - Connect the adapter to a proxy instead of directly connecting it to the domain.
  3. HTTPS Proxy User Name - The user name to use when connecting to the value supplied in API Base URL via the value supplied in HTTPS Proxy.
  4. HTTPS Proxy Password - The password to use when connecting to the server using the HTTPS Proxy.

To learn more about common adapter connection parameters and buttons, see Adding a New Adapter Connection.



Did this page help you?