Hello all,
I am noticing I get different # of responses based on calling users extended by role(s) vs. users by role(s). Extended is giving me 2 more students than the standard users.
Here is my Core Roles output for Student - no other roles have a base_role_id of 14:
{
"id": 60473,
"base_role_id": 14,
"hidden": false,
"name": "Student"
}
https://api.sky.blackbaud.com/school/v1/users?roles=60473 returns 744 students
https://api.sky.blackbaud.com/school/v1/users/extended?base_role_ids=14 - returns 746 students (the correct number)
The 2 missing students do not appear to be any different than the rest of the students.
Any idea what could be going on here?
Thank you!
Andrew