Skip to main content
Use member management APIs when a moderator or admin needs to add users to a community or remove existing members. These APIs are separate from user-initiated join and leave flows.
Member management APIs require the current user to have the relevant community permissions. The SDK methods perform the operation; your app should query member lists afterward if the UI needs an updated collection.

Parameters

Add Members

Use addMembers() to add one or more users to a community.

Remove Members

Use removeMembers() to remove one or more users from a community.
Removing members changes their community membership immediately. If the community requires approval, removed users may need to request access again before rejoining.

Community Moderation

Assign roles and ban or unban community members

Join / Leave Community

User-initiated membership workflows and approval requests

Query Community Members

Search and filter community member lists

Community Invitation

Invitation-based member onboarding workflows