provider dashboards POST /api/environments/{environment_id}/dashboards/{dashboard_id}/collaborators/
@utdk/posthog /api/environments/{environment_id}/dashboards/{dashboard_id}/collaborators/
environments_dashboards_collaborators_create
dashboard_id path required
integer
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsDashboardsCollaboratorsCreate
POST/api/environments/{environment_id}/dashboards/{dashboard_id}/collaborators/

Parameters

required
required

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

Input

required
required
required
required

* `21` - Everyone in the project can edit * `37` - Only those invited to this dashboard can edit

required
required
required

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.environmentsDashboardsCollaboratorsCreate()