Skip to content

Get User Choosable Organizations

GET /api/admin/choosable-organizations

Returns a list of organizations a user can choose from.

Authentication / Permissions

  • The user must be authenticated.
JSON Response Example
{
  "organizations": [
    {
      "id": 5,
      "name": "[SoundCodes~"
    },
    {
      "id": 112,
      "name": "Toplap Flensburg"
    }
  ],
  "total_count": 2
}