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: src/main/java/com/contentstack/cms/stack/Stack.java
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -822,6 +822,17 @@ public Alias alias(String aliasUid) {
822
822
}
823
823
824
824
825
+
/**
826
+
* Teams streamline the process of assigning roles and permissions by grouping users together.
827
+
* Rather than assigning roles to individual users or at the stack level, you can assign roles directly to a team. This ensures that all users within a team share the same set of role permissions, making role management more efficient.
828
+
*
829
+
* @return instance of {@link Teams}
830
+
*/
831
+
publicTeamsteams() {
832
+
returnnewTeams(this.client, this.headers);
833
+
}
834
+
835
+
825
836
/**
826
837
* The taxonomy works on data where hierarchy is configured
0 commit comments