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":["007a5208-2e0b-4489-9e8a-6c1cb6b1b0e1","71b94cf1-04c9-4d81-ad10-13533711a585","8bf1859e-5207-4d84-be1a-cf86fdd23220"]}'
Request examples
{
"participants": [
"007a5208-2e0b-4489-9e8a-6c1cb6b1b0e1",
"71b94cf1-04c9-4d81-ad10-13533711a585",
"8bf1859e-5207-4d84-be1a-cf86fdd23220"
]
}
Response examples (401)
{
"message": "Unauthenticated."
}