Staff Check¶ Check whether the currently authenticated user is a staff user. EndpointAuthentication GET /api/users/is-staff/ JWT required. Response¶ Success (200 OK)Error (401 Unauthorized) { "is_staff": true } { "detail": "Authentication credentials were not provided." }