mirra-user

Manage user profiles and account settings via Mirra's REST API.

6|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/Oz-Networks/mirra-sdk --skill mirra-user
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mirra-user
Source: https://github.com/Oz-Networks/mirra-sdk/tree/main/skills/mirra-user
Command: npx skills add https://github.com/Oz-Networks/mirra-sdk --skill mirra-user

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of user profiles, preferences, and account status within the Mirra system, streamlining administrative tasks.

Core Features & Use Cases

  • Profile Management: Retrieve and update user details like username, email, and phone number.
  • Usage Monitoring: Access token usage statistics and billing information.
  • Account Deactivation: Safely deactivate user accounts when necessary.
  • Use Case: An administrator needs to update the email address for a user who has forgotten their password and then check their recent usage stats.

Quick Start

Use the mirra-user skill to get the profile information for the current user.

Frequently Asked Questions about mirra-user

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

FAQPage Schema
How do I manage Mirra user profiles and account settings via the REST API?

To manage Mirra user profiles and account settings, you can retrieve and update user details, preferences, and active sessions using Mirra's REST API. This requires authenticating with a valid API key and endpoint URL.

Can I retrieve token usage statistics and billing information for a specific user account?

You can retrieve token usage statistics and billing information for a specific user account through the Mirra user management API. This allows administrators to monitor consumption and access usage data directly.

What do I need to authenticate API requests for updating user preferences?

To authenticate API requests for updating user preferences, you need a valid Mirra API key and the correct REST API URL. These credentials are required to access and modify user account settings securely.

How do I safely deactivate a user account in the Mirra system?

You can safely deactivate a user account in the Mirra system by executing the account deactivation operation provided by the user management REST API, ensuring the user is disabled without data loss.

Does Mirra user management support updating contact details like email and phone numbers?

Mirra user management supports updating contact details like email addresses and phone numbers via the profile management endpoints. Administrators can modify these user details directly through the REST API.

What are the limitations of using the Mirra REST API for account management without an SDK?

Using the Mirra REST API for account management without an SDK requires manual HTTP request construction and authentication handling. You must manage API keys and endpoint URLs directly in your code.