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

This commit is contained in:
Ardit Domi
2022-11-16 13:23:24 +00:00
committed by GitHub
parent 54357cad02
commit fa96a15be4
+1 -1
View File
@@ -314,7 +314,7 @@ async function getDefaultApsUsersFromRealm() {
`${program.host}/auth/admin/realms/alfresco/users`,
'GET',
{},
{},
{ max: 1000 },
{},
{},
{},