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":["593ec14c-a2db-4220-aa6b-d6b6bb7e1c17","c201564d-3260-4dfb-9ed5-9220a5b0d9bb","5032cf21-e1f5-43de-b680-8455976efd03"]}'
Request examples
{
"participants": [
"593ec14c-a2db-4220-aa6b-d6b6bb7e1c17",
"c201564d-3260-4dfb-9ed5-9220a5b0d9bb",
"5032cf21-e1f5-43de-b680-8455976efd03"
]
}
Response examples (401)
{
"message": "Unauthenticated."
}