---
title: "Add entities to workspace"
method: POST
path: "/workspaces/{ws_id}/entities"
tags: ["Workspaces"]
---

# Add entities to workspace

`POST /workspaces/{ws_id}/entities`

Add entities to workspace

## Path parameters

- `ws_id` string, required

## Request body

- WorkspaceEntityEntityList
  - `entities` WorkspaceEntityWorkspaceEntity[]
    - `entity_id` string
    - `entity_type` 'user' | 'group'
    - `name` string
    - `role` string

## Response `200`

OK

## Other responses

- `400` — Can not add user

---

[API](https://skmtc.net/blinkops/apis/blink-rest-api.md) · [All operations](https://skmtc.net/blinkops/apis/blink-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blinkops/blink-rest-api/revisions/f043409736b2/schema)
