You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: slack-api-client/src/main/java/com/slack/api/methods/request/team/TeamInfoRequest.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,4 +21,9 @@ public class TeamInfoRequest implements SlackApiRequest {
21
21
*/
22
22
privateStringteam;
23
23
24
+
/**
25
+
* Query by domain instead of team (only when team is null). This only works for domains in the same enterprise as the querying team token. This also expects the domain to belong to a team and not the enterprise itself.
0 commit comments