Members

Get List Members

Get Workspace members who have explicit access to a List. Responses do not include people with access through a Team, or people with access from the Folder or Space where the List exists.

get/v2/list/{list_id}/member

Path parameters

list_idnumber required
Example:123

Response

membersItems[] required— unresolved $ref

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
      }
    }
  ]
}

Changes