provider organizationsmembers PATCH /api/organizations/{organization_id}/members/{user__uuid}/
@utdk/posthog /api/organizations/{organization_id}/members/{user__uuid}/
members_partial_update
organization_id path required
ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.
string
user__uuid path required
string

Try it

Authentication
Configure credentials for PostHog API
membersPartialUpdate
PATCH/api/organizations/{organization_id}/members/{user__uuid}/

Parameters

required

ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.

required

Input

* `1` - member * `8` - administrator * `15` - owner

How this row matched the `search` query parameter: `exact` (the term is a case-insensitive substring of a searched field) or `similar` (a fuzzy trigram match, returned only when no exact match exists). Null when the list is not filtered by `search`.

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