Skip to main content
GET
/
:projectId
/
api
/
v7
/
spaces
/
:spaceId
/
team
List Space Team
curl --request GET \
  --url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId/team
{
  "data": [
    {}
  ]
}
Returns all admins and moderators of a space in a single non-paginated response.

Path Parameters

spaceId
string
required
UUID of the space.

Response

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