How can I download or export the list of users in Panther?
Last updated: April 6, 2026
QUESTION
How can I download or export the list of users in Panther?
ANSWER
You can retrieve the full user list programmatically using the Panther REST API. The List users endpoint returns all users with the following fields: name, email, role, account status, creation date, and last login time.
To export the user list via the REST API:
Call the
List usersendpoint. You can do this either:Directly from the API Playground (gear icon → API Playground → REST API → Users →
GET /users)Via
curlor any HTTP client
The response is paginated (up to 60 users per page). Use the next cursor field returned in each response to retrieve subsequent pages until you have the full list.