Last updated 3 months ago
Get members of a project
curl -L \ --url 'https://www.taskade.com/api/v1/projects/{projectId}/members'
{ "ok": true, "items": [ { "handle": "text", "displayName": "text" } ] }