---
title: "POST /api/v1/experiments/isUserIncluded"
method: POST
path: "/api/v1/experiments/isUserIncluded"
tags: ["Experiment"]
---

# POST /api/v1/experiments/isUserIncluded

`POST /api/v1/experiments/isUserIncluded`

## Request body

- ExcludedExperimentListForm
  - `exclude` string[]

## Response `default`

default response

- ResponseEntityExperimentSelectedView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` SelectedExperiments
    - `experiments` SelectedExperiment[]
      - `name` string
      - `id` string
      - `runningId` string
      - `pageUrl` string
      - `variant` SelectedVariant
        - `name` string
        - `url` string
      - `lookBackWindow` LookBackWindow
        - `value` string
        - `expireMillis` integer
      - `regexs` object
    - `includedExperimentIds` string[]
    - `excludedExperimentIds` string[]
    - `excludedExperimentIdsEnded` string[]
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
