Circle Members

Manage Circle community members and space memberships via the Circle Admin API v2.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/sammorrispb/circle-community-manager --skill circle-members
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Circle Members
Source: https://github.com/sammorrispb/circle-community-manager/tree/main/skills/circle-members
Command: npx skills add https://github.com/sammorrispb/circle-community-manager --skill circle-members

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Circle community member management is tedious; this skill enables listing, searching, inviting, updating, and organizing members and their space memberships via the Circle Admin API v2.

Core Features & Use Cases

  • List and search members across circles
  • Invite members and assign them to spaces
  • Update member profiles and manage space memberships
  • Bulk operations and space membership reassignments
  • Headless API access for custom member experiences

Quick Start

Ask to list members, search for a member, or invite someone to Circle and manage space memberships.

Frequently Asked Questions about Circle Members

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

FAQPage Schema
How do I manage Circle community members via the Admin API?

You can manage Circle community members by using the Circle Admin API v2 endpoints to list, search, invite, update, and remove members, handling pagination and errors automatically.

How do I invite members and assign them to spaces in Circle?

To invite members and assign them to Circle spaces, use the Circle Admin API v2 to send invitations and manage space memberships across your community.

Can I perform bulk operations on Circle space memberships?

Yes, you can perform bulk operations and reassign space memberships across Circle spaces using the space_members endpoints provided by the Circle Admin API v2.

What's the best way to search for a specific member in a Circle community?

The best way to search for a Circle member is to use the community_members endpoint from the Circle Admin API v2 to query and list members matching your search criteria.

Does this approach support headless API access for custom member experiences?

Yes, the Circle Admin API v2 supports headless API access, enabling you to build custom member experiences by directly managing members and space memberships programmatically.

How do I handle pagination when listing Circle members through the API?

When listing Circle members via the Admin API v2, pagination and error handling are properly managed to ensure complete and reliable retrieval of community member data.