---
title: "Add Member To Current Workspace"
method: POST
path: "/api/v1/workspaces/current/members"
tags: ["workspaces"]
---

# Add Member To Current Workspace

`POST /api/v1/workspaces/current/members`

Add an existing organization member to the current workspace.

## Request body

- IdentityCreate
  - `user_id` string, uuid, nullable
  - `org_identity_id` string, uuid, nullable
  - `ls_user_id` string, uuid, nullable
  - `read_only` boolean, nullable
  - `role_id` string, uuid, nullable

## Response `200`

Successful Response

- Identity
  - `id` string, uuid, required
  - `organization_id` string, uuid, required
  - `tenant_id` string, uuid, nullable
  - `created_at` string, date-time, required
  - `user_id` string, uuid, required
  - `ls_user_id` string, uuid, required
  - `read_only` boolean, required
  - `role_id` string, uuid, nullable
  - `role_name` string, nullable
  - `access_scope` 'organization' | 'workspace'

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
