---
title: "Update Current Org Member"
method: PATCH
path: "/api/v1/orgs/current/members/{identity_id}"
tags: ["orgs"]
---

# Update Current Org Member

`PATCH /api/v1/orgs/current/members/{identity_id}`

This is used for updating a user's role (all auth modes) or full_name/password (basic auth)

## Path parameters

- `identity_id` string, uuid, required

## Request body

- OrgIdentityPatch
  - `password` string, nullable
  - `full_name` string, nullable
  - `role_id` string, uuid, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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