Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
更新 Forward Identity 基础信息。
POST /api/v1/forward/identities/{identity_id}
metadata
Bearer <PAT>
application/json
curl -s -X POST 'https://api.qoder.com/api/v1/forward/identities/idn_019eabc123' \ -H "Authorization: Bearer $QODER_PAT" \ -H "Content-Type: application/json" \ -d '{ "name": "Example User", "enabled": false, "metadata": { "channel": "app" } }'
{ "id": "idn_019eabc123", "external_id": "user_456", "name": "Example User", "enabled": false, "metadata": { "channel": "app" }, "created_at": "2026-06-18T10:00:00Z", "updated_at": "2026-06-18T10:30:00Z" }
invalid_request_error
not_found_error
conflict_error
authentication_error
authentication_required
enabled=false