v1
latestOpenAPI 3.1.02026-07-24172151607.6 KBMembers
Get Task Members
Get Workspace members who have explicit access to a task. Responses do not include people with access through a Team, or people with access from the List, Folder, or Space where the task exists.
get/v2/task/{task_id}/member
Path parameters
task_idstring required
Example:9hz
Response
Example response
{
"members": [
{
"id": 812,
"username": "John Doe",
"email": "john@example.com",
"color": "#FFFFFF",
"initials": "JD",
"profilePicture": "https://attachments-public.clickup.com/profilePictures/812_nx1.jpg",
"profileInfo": {
"display_profile": null,
"verified_ambassador": null,
"verified_consultant": null,
"top_tier_user": null,
"viewed_verified_ambassador": null,
"viewed_verified_consultant": null,
"viewed_top_tier_user": null
}
},
{
"id": 813,
"username": "Jane Doe",
"email": "jane@example.com",
"color": null,
"initials": "JD",
"profilePicture": "https://attachments-public.clickup.com/profilePictures/813_nx1.jpg",
"profileInfo": {
"display_profile": null,
"verified_ambassador": null,
"verified_consultant": null,
"top_tier_user": null,
"viewed_verified_ambassador": null,
"viewed_verified_consultant": null,
"viewed_top_tier_user": null
}
}
]
}