List Space Team
Space — Membership
List Space Team
Get all admins and moderators of a space
List Space Team
Returns all admins and moderators of a space in a single non-paginated response.
See also: useFetchSpaceTeam
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 aspaceReputation 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".
