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

Path Parameters

spaceId
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

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