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":["d8916bfd-3a89-4f2e-96e0-c525857fae6c","0983367b-7d5e-4db7-9ce0-10010ad0af54","adddbcba-223a-4a17-ad02-1204edb7d2d1"]}'
Request examples
{
"participants": [
"d8916bfd-3a89-4f2e-96e0-c525857fae6c",
"0983367b-7d5e-4db7-9ce0-10010ad0af54",
"adddbcba-223a-4a17-ad02-1204edb7d2d1"
]
}
Response examples (401)
{
"message": "Unauthenticated."
}