Connecting Netskope

Last updated: March 14, 2026

Background

This article walks through the requirements and steps for connecting the Netskope integration to Lumos. This integration syncs user and role information from Netskope.


Instructions

1. Click the Netskope card in your Lumos integrations. (Reconnect or add new)

2. Provide the required fields from the instructions.

API v2 token with scopes to access the Netskope v2 API. How to generate token is well described in Netskope documentation Steps to generate API v2 token:

  1. Login https://.goskope.com with high enough privilage to generate API token.

  2. Navigate to Settings > Tools > REST API v2

  3. Enable API by clicking on pencil next to REST API STATUS and enable it in modal.

  4. Button NEW TOKEN should appear.

  5. Set expiration date of token to maximum value.

  6. Add endpoints to scope according to connector. /api/v2/platform/administration/scim/Users - Read permission /api/v2/platform/rolesv2 - Read permission /api/v2/platform/customroles - Read permission

  7. Click save and in next modal you should have possibility to copy token.

Tenant URL / subdomain with optional localization

The subdomain with possible localization of your instance of the Netskope API. E.g. the part between https:// and .goskope.com, like your-subdomain.eu or your-subdomain.

3. Click the Connect button.

Requirements

The following scopes are required:

  • /api/v2/platform/administration/scim/Users - Read user information

  • /api/v2/platform/rolesv2 - Read role information

  • /api/v2/platform/customroles - Read permission


Capabilities

Functionality

Type

Sync

Provision

Description

Users

Account

User account

Custom Roles

Permission

Custom Roles

Roles

Permission

Roles

API Endpoints Used

Base URL: https://{tenant}.goskope.com/api/v2/

The integration uses the following Netskope REST API v2 endpoints:

administration/scim/Users

GET

List all users imported through SCIM

rolesv2

GET

List all role assignments and role definitions

customroles

GET

List all custom roles


Activity Tracking

Status: Supported

The Netskope connector retrieves the last activity timestamp for each user to track when they were last active in the system.


Resources