Personio - How do I link my account?
Overview
To authenticate with Personio, you need a few pieces of information:
- Client ID - Your unique account identifier.
- Client Secret - Your unique account secret associated with the Client ID.
This guide will walk you through finding or creating those credentials within Personio.
Prerequisites:
- You must set up an account with Personio.
Step 1: Finding Personio Client ID
- Log into your Personio account with admin access and navigate to
Settings
>API credentials
page in settings. - Click
Create custom integration
. - In the
Name
field, enter the name of the new integration. ClickNext
. - Select the needed scopes and attributes, then click
Create integration
. - Copy your
Client ID
.
Step 2: Finding Personio Client Secret
- From the previous step, copy the
Client secret
values and store them in a safe place. ClickFinish
.
Important: Copy and store your API secret securely, it will not be visible again once you leave the creation dialog.
Step 3: Connect Your Personio Account
To authenticate using your API credentials, navigate to the Personio authentication form. Enter your credentials as follows:
- Partner ID: User-created identifier in Personio (must follow: UPPER_SNAKE_CASE case).
- App ID: User-created unique identifier for the application (must follow: UPPER_SNAKE_CASE case).
- Client ID: Personio generated Client ID.
- Client Secret: Personio generated Client Secret.
Click “Connect” to complete the authentication.
Was this page helpful?