Api Admin Staff Groups Create
POST handler with superadmin-only field protection.
Strips superadmin-only fields from non-superadmin requests before delegating to OrganizationInjectionMixin.post() for org injection.
Authentication
AuthorizationBearer
JWT access token or Respan API key
Request
This endpoint expects an object.
name
description
permissions_override
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