Get a List of Users
Users
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…
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.