Circle V2 API Docs
    Preparing search index...

    Variable ASSIGNABLE_ROLESConst

    ASSIGNABLE_ROLES: Record<UserRole, readonly UserRole[]> = ...

    Roles a caller is allowed to assign to another org member. Source of truth for privilege-escalation checks in both backend mutations and frontend UI gating.

    Gated at the mutation/procedure layer to admin+; these sets encode who can assign what among those with access.

    • superadmin → any role
    • admin → anything below superadmin
    • supervisor → none
    • individual → none