Overview
Members represent users who belong to a workspace or project. The Members API allows you to retrieve information about workspace and project members.
The Members Object
Attributes
idstring Unique identifier for the Memberfirst_namestring First name of the Memberlast_namestring Last name of the Memberemailstring Email address of the Memberavatarstring Optional avatar image file referenceavatar_urlstring Publicly accessible URL for the avatar imagedisplay_namestring Display name shown across the applicationroleinteger 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
}
