Skip to content

Staff Check

Check whether the currently authenticated user is a staff user.

GET /api/users/is-staff/

JWT required.

Response

{
  "is_staff": true
}
{
  "detail": "Authentication credentials were not provided."
}