Skip to content

docs: add _userBy query and userByName built-in interface for Built-in IdP#32

Merged
anukiransolur merged 1 commit intotailor-platform:mainfrom
k1LoW:idp-user-by-name
Mar 18, 2026
Merged

docs: add _userBy query and userByName built-in interface for Built-in IdP#32
anukiransolur merged 1 commit intotailor-platform:mainfrom
k1LoW:idp-user-by-name

Conversation

@k1LoW
Copy link
Contributor

@k1LoW k1LoW commented Mar 17, 2026

This pull request updates the documentation to introduce and explain new ways to fetch IdP users by name, in addition to the existing methods for fetching by ID. It adds the new _userBy GraphQL query, describes its usage, and documents the new userByName client method in both API reference tables and code examples.

GraphQL API documentation updates:

  • Added the _userBy query to the list of available IdP subgraph operations, allowing fetching a user by either ID or name.
  • Documented how to use the _userBy query, including example GraphQL queries for fetching by id or name and explaining argument requirements.

Client library documentation updates:

  • Added the userByName(name) method to the client API documentation tables and code examples, showing how to retrieve a user by name [1] [2] [3].
  • Provided a new usage example for the userByName method in the "Managing IdP Users" guide, demonstrating how to fetch and return user details by name.

@anukiransolur anukiransolur merged commit 522499b into tailor-platform:main Mar 18, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants