provider property_access_controls GET /api/environments/{environment_id}/property_access_controls/
@utdk/posthog /api/environments/{environment_id}/property_access_controls/
environments_property_access_controls_retrieve
Get all property access control rules for a property definition.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
property_definition_id query required
The property definition ID to fetch access control rules for.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsPropertyAccessControlsRetrieve
GET/api/environments/{environment_id}/property_access_controls/
Get all property access control rules for a property definition.

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

required

The property definition ID to fetch access control rules for.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.environmentsPropertyAccessControlsRetrieve()