I'm trying to figure out how to pass a
roles argument value to the
School API Users endpoint.
The endpoint reference says to "Please use a comma delimited string".
But JSON doesn't explicitly support this. Generally I think you would need to provide something like
<a href="https://api.sky.blackbaud.com/school/v1/users?roles=Student&roles=Teacher">https://api.sky.blackbaud.com/school/v1/users?roles=Student&roles=Teacher&</a> ...
I can't even get this work in
Try It, even using a single role, eg "Student".
Can someone please enlighten me? I searched the forums to no avail.