v1
latestOpenAPI 3.1.02026-07-244727109.8 KBUsers
List Enterprise Users
Retrieves a list of all users in the enterprise account with their activity metrics and profile information.
Export Options:
- Add ?format=csv to the URL to export the user list as a CSV file instead of JSON
get/enterprise/users
Query parameters
format'csv'
Response format (omit for JSON, use 'csv' for CSV export)
Response
Successfully retrieved list of users
Example response
[
{
"email": "aaron@feedly.com",
"firstLogin": 1714596180521,
"givenName": "Aaron",
"isAdmin": true,
"joinDate": 1714596180521,
"lastActivity": 1737658718941,
"logins": [
"aaron@feedly.com"
],
"name": "Aaron O'Maley",
"numDaysActiveDesktopPastMonth": 15,
"numDaysActiveDesktopPastWeek": 3,
"numDaysActiveMobilePastMonth": 10,
"numDaysActiveMobilePastWeek": 2,
"numDaysActivePastMonth": 20,
"numDaysActivePastWeek": 4,
"numLongReadEntriesPastMonth": 5,
"numLongReadEntriesPastWeek": 1,
"numReadEntriesPastMonth": 150,
"numReadEntriesPastWeek": 35,
"numTaggedEntriesPastMonth": 12,
"numTaggedEntriesPastWeek": 3,
"role": "admin",
"totalReadingTimePastMonth": 18000,
"totalReadingTimePastWeek": 3600,
"userId": "23242fbb-f101-4f86-972f-b17be38572f4"
}
]