docs: document user lookup by external identity - #1504
Open
wangsijie wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The documentation accurately matches the linked API contract and provides clear examples.
Pull request overview
Documents external identity lookup for advanced user search, aligned with the related API release.
Changes:
- Defines the three required identity parameters.
- Adds social and enterprise SSO examples.
- Explains AND behavior with existing filters.
File summaries
| File | Description |
|---|---|
docs/user-management/advanced-user-search.mdx |
Adds external identity lookup documentation and examples. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Deploying logto-docs with
|
| Latest commit: |
3d078d5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://50a7e5a3.logto-docs.pages.dev |
| Branch Preview URL: | https://wangsijie-document-external.logto-docs.pages.dev |
Deploying logto-docs-tutorials with
|
| Latest commit: |
3d078d5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f07c7f61.logto-docs-tutorials.pages.dev |
| Branch Preview URL: | https://wangsijie-document-external.logto-docs-tutorials.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Document the new
GET /api/usersexternal identity lookup parameters in Advanced user search.Adds a "Look up by external identity" section covering
identityType(socialwith a connector target, orssowith an enterprise SSO issuer),identityProvider, andidentityId, including social and SSO examples and how the identity filter combines with other search filters using AND logic.Related logto release: logto-io/logto#9598