---
title: "Get Current Pending Org Members"
method: GET
path: "/api/v1/orgs/current/members/pending"
tags: ["orgs"]
---

# Get Current Pending Org Members

`GET /api/v1/orgs/current/members/pending`

## Query parameters

- `limit` integer
- `offset` integer
- `emails` string[]
- `q` string, nullable — Search query for email or name
- `sort_by_desc` boolean — Sort in descending order
- `sort_by` 'name' | 'email' | 'role' | 'created_at' — Sort fields for members list endpoints.

## Response `200`

Successful Response

- OrgPendingIdentity[]
  - `email` string, required
  - `read_only` boolean
  - `role_id` string, uuid, nullable
  - `workspace_ids` string[], nullable
  - `workspace_role_id` string, uuid, nullable
  - `password` string, nullable
  - `full_name` string, nullable
  - `access_scope` 'organization' | 'workspace'
  - `id` string, uuid, required
  - `user_id` string, uuid, nullable
  - `tenant_id` string, uuid, nullable
  - `organization_id` string, uuid, nullable
  - `created_at` string, date-time, required
  - `role_name` string, nullable
  - `org_role_id` string, uuid, nullable
  - `org_role_name` string, nullable
  - `tenant_ids` string[]

## 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/versions/a0acb3a6a101/schema)
