[PR #684] docs(api): add end-user lookup #682

Open
opened 2026-02-16 06:16:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/684
Author: @BeautyyuYanli
Created: 2/10/2026
Status: 🔄 Open

Base: mainHead: yanli/service-api-end-user-docs


📝 Commits (1)

  • e703f80 docs(api): add end-user lookup

📊 Changes

4 files changed (+206 additions, -6 deletions)

View changed files

📝 en/api-reference/openapi_chat.json (+50 -1)
📝 en/api-reference/openapi_chatflow.json (+48 -2)
📝 en/api-reference/openapi_completion.json (+60 -1)
📝 en/api-reference/openapi_workflow.json (+48 -2)

📄 Description

Adds Service API end-user lookup endpoint to the OpenAPI specs: GET /end-users/{end_user_id}.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-docs/pull/684 **Author:** [@BeautyyuYanli](https://github.com/BeautyyuYanli) **Created:** 2/10/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `yanli/service-api-end-user-docs` --- ### 📝 Commits (1) - [`e703f80`](https://github.com/langgenius/dify-docs/commit/e703f80d8cb7da526c2aadf5f572c93b8e0b0d04) docs(api): add end-user lookup ### 📊 Changes **4 files changed** (+206 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `en/api-reference/openapi_chat.json` (+50 -1) 📝 `en/api-reference/openapi_chatflow.json` (+48 -2) 📝 `en/api-reference/openapi_completion.json` (+60 -1) 📝 `en/api-reference/openapi_workflow.json` (+48 -2) </details> ### 📄 Description Adds Service API end-user lookup endpoint to the OpenAPI specs: `GET /end-users/{end_user_id}`. - Updates: Chat / Chatflow / Workflow / Completion OpenAPI JSON - Related: langgenius/dify#32015 (merged), langgenius/dify#32018 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:16:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#682