few-scooter-86891
08/30/2023, 4:44 AMchilly-king-10285
08/30/2023, 4:44 AMchilly-king-10285
08/30/2023, 4:44 AMchilly-king-10285
08/30/2023, 4:45 AMGET /admin/identities
endpoint. However, it does not currently support search functionality. You can retrieve a list of identities with pagination using the per_page
and page
query parameters. Here is an example of how the route is defined: plaintext // swagger:route GET /admin/identities identities listIdentities // // # List Identities // // Lists all identities. Does not support search at the moment. // // Learn how identities work in [Ory Kratos' User And Identity Model Documentation](<https://www.ory.sh/docs/next/kratos/concepts/identity-user-model>). // // Produces: // - application/json // // Schemes: http, https // // Security: // oryAccessToken: // // Responses: // 200: identityList // default: jsonError
For more details, you can refer to the [Ory API documentation](https://www.ory.sh/docs/reference/api).chilly-king-10285
08/30/2023, 4:45 AMGET /admin/identities
API endpoint. The extracts mention that this endpoint is used to list identities, but it doesn't specify if you can filter or search these identities based on their traits. For more detailed information, you may want to refer to the [Ory Kratos API documentation](https://www.ory.sh/docs/reference/api#operation/listIdentities).