List Teams

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

Language
Credentials
Click Try It! to start a request and see the response here!