billions-minister-2901
01/21/2025, 3:54 PMbrief-egg-61061
01/21/2025, 3:54 PMbrief-egg-61061
01/21/2025, 3:54 PMGET /admin/identities
endpoint to list all identities. - Authentication is required using an Ory Access Token. [Ory API Reference](https://www.ory.sh/docs/reference/api) provides more details on this endpoint. However, it's important to note that there's currently a limitation in ordering the results. As mentioned in a GitHub issue: [Order identities and Sessions by "created at" in console](https://github.com/ory/network/issues/356) states that "Our API doesn't support ordering yet, so it will be a bit more involved to get this working." Given this limitation, to see new identities specifically, you might need to: 1. Retrieve all identities using the API. 2. Process the results on your end to sort them by creation date. Alternatively, you could monitor the IdentityCreated
event using Ory's event system. The [Event descriptions](https://www.ory.sh/docs/actions/live-events#event-descriptions) document mentions this event, which is emitted when "A new identity (user or account) has been successfully created." For the most up-to-date and accurate solution, you might want to reach out to Ory support or check for any recent updates to the API or console that might have addressed this limitation.billions-minister-2901
01/21/2025, 3:57 PMbrief-egg-61061
01/21/2025, 3:57 PMbrief-egg-61061
01/21/2025, 3:57 PMlistIdentities
endpoint doesn't mention any fuzzy search parameters. 4. Filtering options: The API does allow for some filtering, but it's limited. You can filter by credential type (username, email) and organization ID, but these are exact matches rather than fuzzy searches. 5. Future improvements: There are ongoing discussions about improving search capabilities. For instance, a GitHub comment suggests that filtering users by organization ID is possible in the API, indicating that more advanced search features might be in development. It's important to note that the exact implementation details of the fuzzy search algorithm are not provided in the given knowledge sources. The term "fuzzy" suggests that it allows for some degree of approximation or flexibility in matching search terms, but the specifics of how this works in Ory's system are not clear from the available information. For the most up-to-date and detailed information about fuzzy search capabilities and how they work in Ory, it would be best to consult the latest documentation or reach out to Ory support directly.billions-minister-2901
01/21/2025, 3:59 PMbrief-egg-61061
01/21/2025, 3:59 PMbrief-egg-61061
01/21/2025, 3:59 PM