Fetch users from root SaaS group
Signed-off-by: Stephen Barry <sbarry@poppulo.com>
This commit is contained in:
+2
-1
@@ -190,7 +190,8 @@ export class GitlabOrgDiscoveryEntityProvider implements EntityProvider {
|
||||
});
|
||||
} else {
|
||||
groups = (await client.listSaasGroups(this.config.group)).items;
|
||||
users = (await client.listSaasUsers(this.config.group)).items;
|
||||
users = (await client.listSaasUsers(this.config.group.split('/')[0]))
|
||||
.items;
|
||||
}
|
||||
|
||||
const idMappedUser: { [userId: number]: GitLabUser } = {};
|
||||
|
||||
Reference in New Issue
Block a user