GET · projects:read
List project members
List project members and, for owners, pending invitations.
Read only
REST
GET
/api/v1/projects/:projectId/memberscurl "https://www.stalkr.ai/api/v1/projects/:projectId/members" \
--request GET \
--header "Authorization: Bearer $STALKR_API_KEY"MCP
Tool name: list_project_members
The MCP tool accepts the same input schema and returns the same structured { data, meta } result as REST.
Input
projectIdrequiredstring
Authorization
Required scope: projects:read.
Scope authorization is followed by resource authorization. Project operations check current membership and the minimum role required by the underlying workflow.