Browse Source
Update updatepreferences.py
upped the limit on all users
master
Gerry Nelson
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
updatepreferences.py
|
|
|
@ -64,7 +64,7 @@ json= {"application": "SAS Visual Analytics", "version": 1,"id": preferenceID ," |
|
|
|
if target=='all' : |
|
|
|
|
|
|
|
reqtype='get' |
|
|
|
reqval='/identities/users/' |
|
|
|
reqval='/identities/users/?limit=10000' |
|
|
|
resultdata=callrestapi(reqval,reqtype) |
|
|
|
|
|
|
|
reqtype="put" |
|
|
|
|