Skip to content

Overview

Members represent users who belong to a workspace or project. The Members API allows you to retrieve information about workspace and project members.

Learn more about Members

The Members Object

Attributes

  • id string Unique identifier for the Member

  • first_name string First name of the Member

  • last_name string Last name of the Member

  • email string Email address of the Member

  • avatar string Optional avatar image file reference

  • avatar_url string Publicly accessible URL for the avatar image

  • display_name string Display name shown across the application

  • role integer Role of the Member in the Workspace or Project

Response200
json
{
  "id": "00000000-0000-0000-0000-000000000001",
  "first_name": "User",
  "last_name": "One",
  "email": "user1@example.com",
  "avatar": "",
  "avatar_url": null,
  "display_name": "user1",
  "role": 15
}