List invitations to a team

Returns all invites ever sent for the team–pending, accepted, rejected, and canceled.

Example response

{
  "err": 0,
  "result": [
    {
      "id": 71328,
      "from_user_id": 5325,
      "team_id": 272686,
      "to_email": "gilfoyle@pidepiper.com",
      "status": "pending",
      "date_created": 1519946545,
      "date_redeemed": null
    }
  ]
}
Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
Query Params
int32

Returns up to 5000 results. Add &page=2 to the URL to go to the next page.

Headers
string
required

Use an Account Access Token with 'read' scope

Response

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