List Users on Team

Retrieves basic information about users on a specified team. With user permissions, the authenticated user must have access to the team. With admin permissions, users from any team belonging to the account can be retrieved.

This endpoint is paginated.

Retrieves basic information about the users on a given team, provided the authenticated user has at least read-only access to that team. Information about users on additional teams may be retrieved by using admin permissions (see below).

📘

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

  • User: team must be one that the requesting user has access to
    • Must request with a user grant/scope and either omit the header Lucid-Request-As or contain the value user.
  • Admin: team must belong to the account
    • 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 Scopes:

  • teams:readonly
  • teams:admin

Path Params
number
required

ID of the team to be queried.

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.

Responses

403

Forbidden. if the user making the request does not have access to the specified team. if the team has been archived, is not directly accessible by the authenticated user, or does not exist.

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