Assigns a guest to a task with specified permissions; requires ClickUp Enterprise Plan, and `team_id` if `custom_task_ids` is true.
task_idRequiredstringThe unique identifier of the task to which the guest will be added.
team_idstringRequired if `custom_task_ids` is `true` to correctly identify the task when using a custom task ID.
guest_idRequiredstringThe unique identifier of the guest user to be added to the task.
include_sharedbooleanOptional. If set to `false`, details of items already shared with the guest will be excluded. The API defaults to `true` if this parameter is not explicitly set to `false`.
custom_task_idsbooleanOptional. Set to `true` if you are referencing the task by its custom task ID. If `true`, `team_id` must also be provided.
permission_levelRequiredstringPermission level for the guest on this task. Must be one of: `read` (view only), `comment` (view and comment), `edit` (view, comment, and edit), or `create` (full permissions).
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
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.