few-oyster-74399
06/18/2024, 11:51 AMchilly-king-10285
06/18/2024, 11:51 AMchilly-king-10285
06/18/2024, 11:52 AMlistIdentities
method of the Ory Identities API. This method is a GET request to the /admin/identities
endpoint. Here is the method: http GET /admin/identities
This method lists all identities in the system. However, it doesn't directly return the total number of identities. You would need to count the number of identities returned by this API call to get the total number. Please note that to perform this operation, you must be authenticated by means of the oryAccessToken
. For more details, you can refer to the [Ory API Reference](https://www.ory.sh/docs/kratos/reference/api).