absuite-users

Manage authenticated user account data via Alliance Business Suite REST API.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/FenixAlliance/ABS.Agents --skill absuite-users
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: absuite-users
Source: https://github.com/FenixAlliance/ABS.Agents/tree/main/paperclip/skills/absuite-users
Command: npx skills add https://github.com/FenixAlliance/ABS.Agents --skill absuite-users

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the need to manually navigate the Alliance Business Suite UI to manage your account, giving you programmatic control over all your user-scoped account data and settings.

Core Features & Use Cases

  • Full Account Access: Retrieve and update your profile, avatar, settings, addresses, cart, wallet, and social profile directly via the ABS REST API.
  • Membership & Preference Management: View your tenant memberships, enrollments, pending invitations, notifications, followers/follows, and custom key-value user options.
  • Use Case: If you need to update your job title and UI theme preference across multiple ABS tenants, you can do so in seconds with API calls instead of clicking through each tenant's account settings.

Quick Start

Use the absuite-users skill to update your current ABS user profile's job title to "Senior Product Manager" and set your UI theme preference to dark.

Frequently Asked Questions about absuite-users

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

FAQPage Schema
How do I update my user profile and account settings via the ABS REST API?

You can update your user profile and account settings by sending requests to the user-scoped /api/v2/Me endpoints. The API supports full object updates, partial JSON Patch operations, and idempotent upserts for preferences.

Can I manage tenant memberships and pending invitations through the Alliance Business Suite API?

Yes, you can retrieve and manage tenant memberships and pending invitations through the ABS REST API. The user-scoped endpoints provide access to enrollments, invitations, and other social graph data tied to your account.

What authentication is required to access user account data in the Alliance Business Suite?

Accessing user account data via the ABS REST API requires a valid bearer token for authentication. This token authorizes requests to all user-scoped /api/v2/Me endpoints for profile and settings management.

Does the ABS REST API support partial updates for user preferences and options?

The ABS REST API supports partial updates for user preferences and custom key-value options using JSON Patch operations. This allows targeted modifications without sending the full object payload.

What's the best way to automate updating account settings across multiple ABS tenants?

Automating account updates across multiple ABS tenants is done by calling the REST API endpoints with your bearer token. This replaces manual UI navigation by programmatically applying profile and preference changes across tenants.

What user data can I retrieve through the /api/v2/Me endpoints besides my profile?

The /api/v2/Me endpoints let you retrieve your avatar, addresses, cart, wallet, social profile, notifications, followers, follows, enrollments, and custom key-value user options alongside your standard profile data.