Add members with specific roles to a project by providing their user_uuid and level (member or admin). Requires project_id in the URL. Supports JSON, form-data, and form-urlencoded input. Returns the newly created membership data upon success. Note: This endpoint only works for…
levelintegerThe access level for the user. Common values: 1 (member), 8 (admin).
user_uuidRequiredstringThe UUID of the user to add as an explicit member of the project.
project_idRequiredstringProject ID of the project you are trying to access. To find the ID of the project, use POSTHOG_RETRIEVE_CURRENT_USER_PROFILE and look at the 'teams' or 'projects' array. IMPORTANT: This endpoint only works for projects with access_control enabled (private projects). Check the 'a…
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.