Skip to main content

Multi Tenant Authentication

When your account is associated to multiple employers, workspaces, or employee accounts, then you are a multi-tenant user.

If you are a multi-tenant user, then you will need to specify a tenant-id header along with your api key like so

curl --location --request GET 'https://api.user.zentrypass/user/me' --header 'api-key: [YOUR_API_KEY]' --header 'tenant-id: [YOUR_TENANT_ID]'

Getting Your Tenants

Learn how to get the tenants you belong to here