#The Member object
Describes a teammate invited into a workspace, including their role, login metadata, and last-known activity so Linkbreakers can enforce access policies and audit collaboration.
accessRevokedAt
string (date-time)When the member's access was revoked (null means active)
accessToken
stringAccess token issued during sign-in; returned to clients but not persisted on the member record
createdAt
string (date-time)Timestamp when the member was created
displayLanguage
stringPreferred language for emails and product copy (BCP-47)
Email address used as the member's login identifier
firstName
stringMember's given name used in UI surfaces and emails
id
stringUnique identifier for the member record (UUID)
lastKnownCountry
stringCountry inferred from geolocation during the most recent sign-in (ISO 3166-1 alpha-2)
lastKnownIp
stringIP address seen on the most recent sign-in
lastKnownLanguage
stringBrowser language header captured during the most recent sign-in
lastKnownTimezone
stringTimezone reported during the most recent sign-in (IANA TZ database)
lastName
stringMember's family name used in UI surfaces and emails
lastSigninAt
string (date-time)Last time the member successfully authenticated
role
string (enum)Role enumerates the built-in permission tiers that control what teammates can manage inside a workspace.
Allowed values
ROLE_UNSPECIFIEDRole not specified (defaults to viewer permissions)
ROLE_VIEWERROLE_ADMINROLE_TECHupdatedAt
string (date-time)Timestamp when member metadata was last updated
workspaceId
stringWorkspace the member belongs to (UUID)