jfrog-create-users-groups

Create missing JFrog Platform users and groups via REST API.

5|1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/jfrog/ai-agent-examples --skill jfrog-create-users-groups
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jfrog-create-users-groups
Source: https://github.com/jfrog/ai-agent-examples/tree/main/onboarding-workflows/skills/jfrog-create-users-groups
Command: npx skills add https://github.com/jfrog/ai-agent-examples --skill jfrog-create-users-groups

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates users and groups on the JFrog Platform via REST API. Use when onboarding discovers missing users or groups, or when a user wants to create JFrog platform users or groups. Supports assigning users to groups during creation and setting a default password.

Core Features & Use Cases

  • Creates groups first to enable user-group associations.
  • Creates users with optional group assignments and a default password workflow.
  • Validates existence and supports interactive and manifest-driven onboarding flows.

Quick Start

Supply a manifest describing missing users and groups and run the onboarding workflow to create them.

Frequently Asked Questions about jfrog-create-users-groups

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

FAQPage Schema
How do I create JFrog Platform users and groups via REST API during onboarding?

Creating JFrog Platform users and groups via REST API involves supplying a manifest of missing entities and running the onboarding workflow. The process validates existence and generates groups before users to enable proper associations.

Can I assign users to groups and set default passwords when creating JFrog accounts?

Yes, you can assign users to groups and set default passwords when creating JFrog accounts. The workflow supports post-creation password expiry to enforce security policies during user onboarding.

What is the correct order for provisioning JFrog users and groups?

The correct order for provisioning JFrog users and groups is to create groups first. This ensures that user-group associations can be successfully applied during the subsequent user creation step.

Does the JFrog onboarding workflow support interactive user creation?

Yes, the JFrog onboarding workflow supports interactive user creation. It applies when manifests reference users or groups, or when a user explicitly requests to create JFrog platform entities interactively.

What happens if onboarding discovers missing JFrog users or groups?

When onboarding discovers missing JFrog users or groups, the workflow implements validation and error handling to create the missing entities. It seamlessly integrates with the existing JFrog onboarding workflow.