List team users
Use this endpoint when you need the list of users you work with — for example to turn a userId you saw elsewhere in the API into a name and email address, or to pick the teammate you want to assign something to. Each entry pairs one user with one team and carries teamId, teamName, userId, userName and userEmail, so a person who belongs to several teams appears once per team; the whole set comes back as a flat array with no paging or filtering. An organization owner sees every user across the organization, while everyone else sees only the users of the teams they belong to themselves. Your account must be part of an organization.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.