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":["456fa44e-296f-4280-aff0-3725d6e79718","04e47ff6-164c-4fce-91ed-90feae5a3638","eec965f4-b585-4ce2-a45f-050da3855506"]}'
Request examples
{
"participants": [
"456fa44e-296f-4280-aff0-3725d6e79718",
"04e47ff6-164c-4fce-91ed-90feae5a3638",
"eec965f4-b585-4ce2-a45f-050da3855506"
]
}
Response examples (401)
{
"message": "Unauthenticated."
}