List Teams

Retrieves information about teams the authenticated user has at least read-only access to.

The list of teams returned depends on whether the request was made using user or admin permissions. User permissions return teams the requesting user has access to. Admin permissions return all teams belonging to the account.

This endpoint is paginated.

Retrieves information about teams the authenticated user has at least read-only access to. Additional teams may be retrieved by using admin permissions (see below).

📘

The list of teams returned depends on whether the request was made using user or admin permissions.

  • User: teams the requesting user has access to and matching search parameters
    • Must request with a user grant/scope and either omit the header Lucid-Request-As or contain the value user.
  • Admin: teams belonging to the account and matching search parameters
    • Must request with an admin grant/scope and contain the header Lucid-Request-As with value admin.
📘

This endpoint is paginated. For more information, see Pagination.


Valid Authentication Methods

API Key Grants:

  • TeamsReadonly
  • TeamsAdmin

OAuth 2.0 User Token and Account Token Scopes:

  • teams:readonly
  • teams:admin

Query Params
string
enum

The filter to apply to the returned teams. The only supported filter is "include=memberonly", which returns only teams that the requesting user is a member of. If no filter is provided, all open and closed teams on the account are returned, along with hidden teams that the requesting user is a member of.

Allowed:
Headers
string

If the requesting user is an account owner, team admin, or team manager with the required permissions and they make
the request with the value of “admin” as this header and include an admin scope, the request will be made using
their admin permissions.

Response

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