---
title: "Evaluate experience on the pathway for multiple users"
method: POST
path: "/v2/pathways/{pathwayId}/experience/{experienceId}/submit-csv"
tags: ["Pathways"]
---

# Evaluate experience on the pathway for multiple users

`POST /v2/pathways/{pathwayId}/experience/{experienceId}/submit-csv`

CSV file should contain recipientId,passed header row. Each row should contain a single entry of recipientId (email:mail@example.com) and a passed value (true/false) separated by a comma.

## Path parameters

- `pathwayId` string, required
- `experienceId` string, uuid, required

## Response `200`

OK

- SubmitMultipleExperienceOutcomeResponse
  - `errors` ExperienceOutcomeErrorItem[], required
    - `error` 'NOT_SUBSCRIBED' | 'FORBIDDEN_TRANSITION_TO_FAILED' | 'UNEXPECTED_ERROR', required — Error types that can occur when submitting experience outcomes for a recipient. * `NOT_SUBSCRIBED`: The recipient is not a member of any groups subscribed to the pathway * `FORBIDDEN_TRANSITION_TO_FAILED`: An already passed outcome can not be changed to failed * `UNEXPECTED_ERROR`: An unexpected error occurred during the submission process
    - `recipientId` union, required
      - Email
        - `@type` 'email', required
        - `email` string, required
      - Telephone
        - `@type` 'telephone', required
        - `telephone` string, required
      - Url
        - `@type` 'url', required
        - `url` string, required
  - `successes` union[], required
    - union
      - Email
        - `@type` 'email', required
        - `email` string, required
      - Telephone
        - `@type` 'telephone', required
        - `telephone` string, required
      - Url
        - `@type` 'url', required
        - `url` string, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/instructure/apis/public-api-docs.md) · [All operations](https://skmtc.net/instructure/apis/public-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instructure/public-api-docs/revisions/44eb39b4bd65/schema)
