Issue
Want to export users list from Identities for a specific domain. How can we do this from Red Canary?
Resolution
Using the API, you can export a list of Identities along with relevant attributes using the endpoint_users operation. The results are provided in JSON format, which can then be converted if needed.
See the API docs for more information: https://go.my.redcanary.co/openapi/v3/docs/index.html#tag-Endpoint-Users
cURL example:
curl --location --request GET 'https://go.my.redcanary.co/openapi/v3/endpoint_users' \ --header 'X-Api-Key: <apikey>'
Identities do not include domain information - this information may need to be gathered elsewhere, potentially from a list of endpoints.