curl --request GET \
--url https://cloud.kaneo.app/api/workspace/{workspaceId}/members \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"name": "<string>",
"email": "<string>",
"image": "<string>",
"role": "<string>"
}
]Get all members of a workspace
curl --request GET \
--url https://cloud.kaneo.app/api/workspace/{workspaceId}/members \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"name": "<string>",
"email": "<string>",
"image": "<string>",
"role": "<string>"
}
]Was this page helpful?