POST
/
api
/
users
/
{userId}
/
feedback
Send feedback
curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/users/{userId}/feedback \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "type": "feedback",
  "subject": "<string>",
  "body": "<string>",
  "workEmail": "<string>",
  "company": "<string>",
  "jobTitle": "<string>",
  "companySize": "<string>",
  "organizationId": 123
}'
{
  "success": true,
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

userId
integer
required

User ID

Body

application/json

Response

200 - application/json

OK

The response is of type object.