> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Space Team

> Get all admins and moderators of a space

Returns all admins and moderators of a space in a single non-paginated response.

## Path Parameters

<ParamField path="spaceId" type="string" required>
  UUID of the space.
</ParamField>

## Response

<ResponseField name="data" type="SpaceMemberWithUser[]">
  Array of [SpaceMemberWithUser](/data-models/space-member) objects with `role` of `"admin"` or `"moderator"` and `status` of `"active"`.
</ResponseField>

See also: [useFetchSpaceTeam](/hooks/spaces/use-fetch-space-team)
