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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 },
{}, {},
{}, {},
{}, {},