Skip to main content
GET
Get a List of Users
The user accounts in this Apollo workspace, as a users array with id, first_name, last_name, email, title, team_id and the various credit limits, plus pagination. Use it to resolve an owner_id seen on a contact, account or deal into a person. ⚠️ This exposes the workspace’s own members and their email addresses, and the workspace belongs to AIsa rather than to the caller. Expect it to be slow — measured at roughly 16 seconds.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page
integer

Page number.

per_page
integer

Results per page.

Response

Successful response

users
string[]

Users (when returned).

pagination
object

Pagination metadata (when returned).