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

fieldsstringRequired
Route flag selecting custom fields mode.
valuesstringRequired
Route flag selecting custom values mode.

Response

The active user's allowed schools were returned successfully.
statusstring
messagestring
datalist of maps from strings to any

Errors

401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error