Skip to main content
List Space Team
Returns all admins and moderators of a space in a single non-paginated response.

Path Parameters

string
required
UUID of the space.

Query Parameters

Space-scoped reputation

This endpoint has a space in context, so it accepts the opt-in reputation params. They add a spaceReputation field to each returned member’s user, alongside the always-present reputation total. Requires the reputation bundle. See the Reputation data model for the full contract.

Response

SpaceMemberWithUser[]
Array of SpaceMemberWithUser objects with role of "admin" or "moderator" and status of "active".
See also: useFetchSpaceTeam