---
title: SailPoint
description: ''
slug: /help/docs/platform-services/automation-service/app-central/integrations/sailpoint/
canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/sailpoint/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
***Version: 1.2
Updated: April 30, 2026***
SailPoint is an identity management solution that helps organizations manage employee permissions, digital identities, information security, data access, compliance and more on a unified portal.
## Actions
* **Accounts List** *(Enrichment)* - Returns a list of accounts.
* **Get Account Activity** *(Enrichment)* - Gets a single account activity by its ID.
* **Get Account Details** *(Enrichment)* - Returns the details for a single account based on the ID.
* **Search Access Profiles** *(Enrichment)* - Performs a search in access profiles with provided query and returns matching result collection.
* **Search Roles** *(Enrichment)* - Performs a search in roles with provided query and returns matching result collection.
* **Search Entitlements** *(Enrichment)* - Performs a search in entitlements with provided query and returns matching result collection.
* **Search Events** *(Enrichment)* - Performs a search in events with provided query and returns matching result collection.
* **Search Identities** *(Enrichment)* - Performs a search in identities with provided query and returns matching result collection.
* **Search Query Aggregation** *(Enrichment)* - Performs a search query aggregation and returns aggregation result.
* **Enable Account** *(Containment)* - This action submits a task to enable account and returns the task ID.
* **Disable Account** *(Containment)* - This action submits a task to disable the account and returns the task ID.
* **List Personal Access Tokens** *(Enrichment)* - Gets a collection of personal access tokens associated with the optional owner-id.
* **Create Personal Access Token** *(Containment)* - Creates a personal access token.
* **Delete Personal Access Token** *(Containment)* - Deletes a personal access token.
## SailPoint configuration
1. Sign in in SailPoint using your username and password.
2. Go to your account in the right up corner and select Preferences.
3. In Preferences, select [Personal Access Tokens](https://documentation.sailpoint.com/saas/help/common/api_keys.html#managing-personal-access-tokens).
4. Answer the Question What's this token for? And click Create Token.
5. Your secret and client ID will appear. Make sure you copy and save them.
## Configure SailPoint in Automation Service and Cloud SOAR
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
*
* **Host**. Enter your [SailPoint hostname](https://documentation.sailpoint.com/identityiq/help/systemadmin/monenvhosttab.html).
* **Client ID**. Enter the [client ID](https://documentation.sailpoint.com/saas/help/common/api_keys.html) you [copied previously](#sailpoint-configuration).
* **Client Secret**. Enter the secret associated with the client ID.
*
*
*
*
For information about SailPoint, see [SailPoint documentation](https://documentation.sailpoint.com/).
## Change Log
* March 29, 2022 - First upload
* July 7, 2023 (v1.1) - Updated the integration with Environmental Variables
* April 30, 2026 (v1.2) - Upgraded the `python3_generic` Docker image (Python 3.8) to `python3_12_generic` (Python 3.12) to address Python 3.8 end-of-life and improve security and performance.