Add a participant to the workflow task Run in API Explorer
Ask AI
POST
/api/v1/workflow/{workflow_uuid}/task/{workflowTask_uuid}/participants
curl \
--request POST 'https://api.plannrcrm.com/api/v1/workflow/6ff8f7f6-1eb3-3525-be4a-3932c805afed/task/6ff8f7f6-1eb3-3525-be4a-3932c805afed/participants' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"participants":["8c661282-dec3-47bc-8654-d7f2e0134bf5","c178aa11-7abb-4e4d-b7ae-43b2c1e7b973","41bab03f-af4f-43e1-a7e1-193b2a2bb4bb"]}'
Request examples
{
"participants": [
"8c661282-dec3-47bc-8654-d7f2e0134bf5",
"c178aa11-7abb-4e4d-b7ae-43b2c1e7b973",
"41bab03f-af4f-43e1-a7e1-193b2a2bb4bb"
]
}
Response examples (401)
{
"message": "Unauthenticated."
}