List schools available to the user
Returns schools allowed for the authenticated user, optionally using the route flags that request custom school fields.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
fields
Route flag selecting custom fields mode.
values
Route flag selecting custom values mode.
Response
The active user's allowed schools were returned successfully.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error

