POST
/
api2
/
v1
/
projects
/
{projectUid}
/
jobs
/
notifyAssigned
Notify assigned users
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v1/projects/{projectUid}/jobs/notifyAssigned \
  --header 'Content-Type: application/json' \
  --data '{
  "jobs": [
    {
      "uid": "<string>"
    }
  ],
  "emailTemplate": {
    "id": "<string>"
  },
  "cc": [
    "<string>"
  ],
  "bcc": [
    "<string>"
  ]
}'

Path Parameters

projectUid
string
required

Body

application/json

Response

204

No Content