users-teams-security

Manage users, teams, and KSL security definitions in the Kinetic Platform.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/kineticdata/kinetic-platform-ai-skills --skill users-teams-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: users-teams-security
Source: https://github.com/kineticdata/kinetic-platform-ai-skills/tree/main/skills/platform/users-teams-security
Command: npx skills add https://github.com/kineticdata/kinetic-platform-ai-skills --skill users-teams-security

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive management of users, teams, and granular security definitions within the Kinetic Platform, ensuring secure and controlled access to resources.

Core Features & Use Cases

  • User Management: Create, update, and manage user accounts, including attributes and memberships.
  • Team Management: Organize users into teams for streamlined access control and collaboration.
  • Security Definitions (KSL): Define and enforce access rules using JavaScript expressions for various platform resources (Forms, Submissions, Kapps, etc.).
  • Use Case: Grant access to a sensitive form only to users who are members of the 'Finance' team and have the 'Manager' attribute set.

Quick Start

Use the users-teams-security skill to list all users in the system.

Frequently Asked Questions about users-teams-security

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage users and teams for access control in the Kinetic Platform?

User and team management in the Kinetic Platform involves creating accounts, setting user attributes, and organizing memberships into teams to streamline access control and resource collaboration.

How do I write JavaScript security definitions to restrict form access?

JavaScript security definitions enforce form access by evaluating expressions against user attributes and team memberships, allowing you to restrict submissions to specific groups like the Finance team.

Can I use Ruby to define Task Engine security rules in the Kinetic Platform?

Yes, the Kinetic Platform supports Ruby-based Task Engine security rules, enabling you to define and enforce granular access control policies for platform resources and tasks.

What is the best way to list all users and their attributes in the Kinetic Platform?

Listing all users and their attributes requires using the provided API references for CRUD operations on user accounts, allowing you to retrieve and manage attribute definitions system-wide.

Does the Kinetic Platform support API operations for updating security policies?

Yes, the platform provides API references for CRUD operations on security policies, enabling you to create, read, update, and delete access rules for forms, Kapps, and spaces programmatically.