fakturownia-users

Create or invite Fakturownia account users with JSON payloads.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/sixers/fakturownia-cli --skill fakturownia-users
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fakturownia-users
Source: https://github.com/sixers/fakturownia-cli/tree/main/skills/fakturownia/subskills/users
Command: npx skills add https://github.com/sixers/fakturownia-cli --skill fakturownia-users

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes uncertainty when provisioning users for a Fakturownia account by documenting the required CLI inputs, payload shape, and token requirements so operators can create or invite users reliably.

Core Features & Use Cases

  • Invite or create users: Construct and submit the inner user JSON to invite members or create password-based accounts.
  • Payload discovery: Inspect the expected user object fields such as invite, email, password, role, and department_ids using the schema command before sending.
  • Token and profile guidance: Clarifies that an integration token must be provided separately while API tokens and base URL can come from the active profile, and supports dry-run and JSON output for validation.

Quick Start

Run fakturownia user create with an integration token and a JSON user payload to invite or create an account user.

Frequently Asked Questions about fakturownia-users

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

FAQPage Schema
How do I invite a user to a Fakturownia account using the CLI?

To invite a Fakturownia account user via CLI, run the user create command with a separate integration token and a JSON user payload. This submits the required inner user object to provision a new team member.

What fields are required in the JSON payload to create a Fakturownia account user?

The Fakturownia user payload requires fields such as invite, email, password, role, and department_ids. You can inspect the exact expected schema fields by running the schema command before submitting your request.

Do I need an integration token or an API token to manage Fakturownia users?

You must provide an integration token separately to manage Fakturownia users. The API token and base URL can come from the active CLI profile, while the integration token authenticates the user creation requests.

Can I assign roles and departments when creating Fakturownia account users?

Yes, you can assign roles and link users to departments when creating Fakturownia account users. Include the role and department_ids fields in your JSON user payload to configure these permissions during the CLI creation process.

How can I validate a Fakturownia user creation payload before sending it?

You can validate a Fakturownia user creation payload using dry-run and JSON output options. Running the schema command first also lets you inspect expected fields like invite, email, and role before submitting the request.