Api Admin Staff Groups Retrieve
GET / PATCH / DELETE /api/admin/staff-groups/<name>/
DELETE soft-disables the group (sets revoked_at + actor email).
All members lose authority atomically per the resolver’s group-
revoked check.
Authentication
AuthorizationBearer
JWT access token or Respan API key
Path parameters
name
Response
id
name
granted_by
granted_at
revoked_at
revoked_by_email
member_count
Active (non-revoked) members of this group. Tiny — staff roster is bounded, so the COUNT runs without a separate query when the queryset annotates it; otherwise it’s a cheap COUNT.
description
permissions_override