API Reference
Log In
API Reference

List Users Across Several Teams

Retrieve a paginated list of users drawn from every team named in teamIds, optionally narrowed by an email substring. Answers in one request what the single-team listing answers in one request per team; the caller must be able to view every team it names.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Case-insensitive substring matched against the user's email address. Applied by the database so matches outside the requested page are still found.

string
required

Unique identifier of the team (organization) to filter results. Format: Revenium hashid (URL-safe encoded string).

integer
≥ 0
Defaults to 0

Zero-based page index (0..N)

integer
≥ 1
Defaults to 10

The size of the page to be returned

sort
array of strings

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

sort
teamIds
array of strings
required

Comma-separated identifiers of the teams (organizations) to draw users from. Format: Revenium hashid (URL-safe encoded string).

teamIds*
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/hal+json
*/*