bot

Get teams of user

Get teams of user

get/v1/teams

Response

OK

Example response

{
  "share_access": [
    {
      "id": 101437,
      "name": "Marketing Team"
    },
    {
      "id": 101438,
      "name": "Sales Team"
    }
  ],
  "view_access": [
    {
      "id": 101437,
      "name": "Marketing Team"
    },
    {
      "id": 101439,
      "name": "Engineering Team"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.