組織メンバーのリストの他にも、ユーザー検索で検索パラメーターにDocumentation Index
Fetch the complete documentation index at: https://auth0-feat-ionic-capacitor-quickstart-modernization.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
organization_idを指定すると、組織でフィルターしてユーザーを見つけることができます。
下の例は、acme.comのメールドメインを持っていて、Acme組織のメンバーではないユーザーをフィルターします:
email.domain:"acme.com" AND NOT organization_id:"ACME_ORG_ID"
下の例は、Acme組織のメンバーのうち、特定のデータベース接続でログインするユーザーをすべて見つけます:
organization_id:"ACME_ORG_ID" AND identities.connection:"my-db-connection-name"
下の例は、メールアドレスがjaneで始まるAcme組織のメンバーを探し出します:
organization_id:"ACME_ORG_ID" AND email:jane*
詳細については、「ユーザー検索」を参照してください。