CyberArk integration

CyberArk Privileged Access: safes, accounts, credentials, sessions

Help CentreConnectors

Overview

CyberArk Privileged Access Security is enterprise-grade privileged-credential management – vault accounts, sessions, rotation, monitoring. The Automize CyberArk connector covers safes, accounts, credential retrieval, and sessions.

  • Regions: Self-hosted (PAM-CORE) or SaaS (Privilege Cloud). Connector pins to one PVWA URL per connection.
  • Plans: Enterprise licensing per privileged user.

Setting up the connection

Auth type: Bearer Token.

  1. CyberArk admin issues a service account + creates an API user.
  2. Connector logs in via the Logon endpoint → bearer token returned.
  3. In Automize → Settings → Connectors → CyberArk. Paste PVWA URL + username + password (API user).

Find your credentials at https://docs.cyberark.com/.


Rate limits

Per-account, controlled by CyberArk admin. Connector retries 429 with backoff.


Data model

PAM primitives:

    Safe (folder for credentials) ─── Accounts (credential entries) ─── Versions
                                  └─ Members (RBAC)
    Sessions (live PAM sessions for audit)
    Platforms (credential templates per technology)

Available operations

23 operations available. Click any row to jump to its detail.

OperationCategoryWhat it does
Add Safe MemberGeneralAdd a member to a safe
Change PasswordGeneralUpdate the password for an account
Create AccountGeneralCreate a new privileged account
Create SafeGeneralCreate a new safe
Delete AccountGeneralDelete an account
Delete SafeGeneralDelete a safe
Get AccountGeneralGet account details
Get PlatformGeneralGet platform details
Get SafeGeneralGet safe details
Get Security EventsGeneralGet security risk events
List AccountsGeneralList all accounts
List ConnectionsGeneralList PSM sessions
List PlatformsGeneralList all platforms
List PTA EventsGeneralList Privileged Threat Analytics events
List Safe MembersGeneralList members of a safe
List SafesGeneralList all safes
LogoffGeneralEnd the current session
LogonGeneralAuthenticate and get a session token
Reconcile CredentialsGeneralReconcile account credentials
Retrieve PasswordGeneralRetrieve the password for an account
Update AccountGeneralUpdate an account
Update SafeGeneralUpdate a safe
Verify CredentialsGeneralVerify account credentials on the target system

Operations

Add Safe Member

Add a member to a safe

ParameterRequiredTypeDescription
Safe Name safe_nameYestext

Change Password

Update the password for an account

ParameterRequiredTypeDescription
Account Id account_idYestext

Tips

  • Triggers CPM (Central Password Manager) to rotate the credential.

Create Account

Create a new privileged account

No input parameters.


Create Safe

Create a new safe

No input parameters.


Delete Account

Delete an account

ParameterRequiredTypeDescription
Account Id account_idYestext

Delete Safe

Delete a safe

ParameterRequiredTypeDescription
Safe Name safe_nameYestext

Get Account

Get account details

ParameterRequiredTypeDescription
Account Id account_idYestext

Tips

  • Returns metadata only. Use Get Password for the actual secret.

Get Platform

Get platform details

ParameterRequiredTypeDescription
Platform Id platform_idYestext

Get Safe

Get safe details

ParameterRequiredTypeDescription
Safe Name safe_nameYestext

Get Security Events

Get security risk events

No input parameters.


List Accounts

List all accounts

No input parameters.

Tips

  • Filter by safe_name, search (name/address).

List Connections

List PSM sessions

No input parameters.


List Platforms

List all platforms

No input parameters.


List PTA Events

List Privileged Threat Analytics events

No input parameters.


List Safe Members

List members of a safe

ParameterRequiredTypeDescription
Safe Name safe_nameYestext

List Safes

List all safes

No input parameters.

Tips

  • Safes the user can see. Heavy on big tenants – page via limit + offset.

Logoff

End the current session

No input parameters.


Logon

Authenticate and get a session token

ParameterRequiredTypeDescription
Username usernameNotext
Password passwordNotext

Reconcile Credentials

Reconcile account credentials

ParameterRequiredTypeDescription
Account Id account_idYestext

Retrieve Password

Retrieve the password for an account

ParameterRequiredTypeDescription
Account Id account_idYestext

Update Account

Update an account

ParameterRequiredTypeDescription
Account Id account_idYestext

Tips

  • Update name, address, username (NOT password – use Change Password).

Update Safe

Update a safe

ParameterRequiredTypeDescription
Safe Name safe_nameYestext

Verify Credentials

Verify account credentials on the target system

ParameterRequiredTypeDescription
Account Id account_idYestext

FAQ

Why does Get Password trigger an alert?
Direct password retrieval is audited + can trigger SIEM alerts. Prefer Get Session / Just-In-Time access patterns where possible.
CCP vs PAM-Self-Hosted vs Privilege Cloud?
CCP (Central Credential Provider) is for app-to-app secret retrieval (REST). PAM-SH is on-prem. Privilege Cloud is SaaS. Same API surface.

Related connectors

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.