init aps script change call to fetch more users than default 100 (#7982)

This commit is contained in:
Ardit Domi
2022-11-16 08:23:24 -05:00
committed by GitHub
parent 54357cad02
commit fa96a15be4

View File

@@ -314,7 +314,7 @@ async function getDefaultApsUsersFromRealm() {
`${program.host}/auth/admin/realms/alfresco/users`, `${program.host}/auth/admin/realms/alfresco/users`,
'GET', 'GET',
{}, {},
{}, { max: 1000 },
{}, {},
{}, {},
{}, {},