Class TeamsClient

java.lang.Object
com.intercom.api.resources.teams.TeamsClient

public class TeamsClient extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • withRawResponse

      public RawTeamsClient withRawResponse()
      Get responses with HTTP metadata like headers
    • list

      public TeamList list()
      This will return a list of team objects for the App.
    • list

      public TeamList list(RequestOptions requestOptions)
      This will return a list of team objects for the App.
    • find

      public Team find(FindTeamRequest request)
      You can fetch the details of a single team, containing an array of admins that belong to this team.
    • find

      public Team find(FindTeamRequest request, RequestOptions requestOptions)
      You can fetch the details of a single team, containing an array of admins that belong to this team.