Browse Source

Update updatepreferences.py

upped the limit on all users
master
Gerry Nelson 5 years ago
committed by GitHub
parent
commit
2147635fd4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      updatepreferences.py

2
updatepreferences.py

@ -64,7 +64,7 @@ json= {"application": "SAS Visual Analytics", "version": 1,"id": preferenceID ,"
if target=='all' : if target=='all' :
reqtype='get' reqtype='get'
reqval='/identities/users/' reqval='/identities/users/?limit=10000'
resultdata=callrestapi(reqval,reqtype) resultdata=callrestapi(reqval,reqtype)
reqtype="put" reqtype="put"

Loading…
Cancel
Save