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
// ApplicationIDs: iDs of the applications to add.
1541
+
ApplicationIDs []string`json:"application_ids"`
1542
+
}
1543
+
1544
+
// AddGroupMembers: add multiple users and applications to a group.
1545
+
// Add multiple users and applications to a group in a single call. You can specify an array of `user_id`s and `application_id`s. Note that any existing users and applications in the group will remain. To add new users/applications and delete pre-existing ones, use the [Overwrite users and applications of a group](#path-groups-overwrite-users-and-applications-of-a-group) method.
0 commit comments