provider data_warehouse POST /api/environments/{environment_id}/data_warehouse/reset-password/
@utdk/posthog /api/environments/{environment_id}/data_warehouse/reset-password/
environments_data_warehouse_reset_password_create
Reset the root password for the managed warehouse.
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsDataWarehouseResetPasswordCreate
POST/api/environments/{environment_id}/data_warehouse/reset-password/
Reset the root password for the managed warehouse.

Parameters

required

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

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