...
And add this to the query variables section and adjust the limit. Kuali limits the results to 100 records so manually page through using the skip variable.
Code Block |
---|
{ "limit": 25100, "skip": 0, "q": "", "groupId": "5db1faadd69b140016c790cd", "roleId": "members" } |
...