academe-kit 0.2.3 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2907,6 +2907,11 @@ function createInstitutionService(apiClient) {
2907
2907
  params: { path: { institutionId, registrationId } },
2908
2908
  });
2909
2909
  },
2910
+ getGroupUsers(institutionId) {
2911
+ return apiClient.GET('/institutions/{institutionId}/groups/users', {
2912
+ params: { path: { institutionId } },
2913
+ });
2914
+ },
2910
2915
  };
2911
2916
  }
2912
2917