Member
Members represent users in your Lightfield workspace. Members can own accounts and opportunities, and are referenced in relationships like $owner and $createdBy.
Retrieve a member
List members
ModelsExpand Collapse
MemberListResponse = object { data, object, totalCount }
data: array of object { id, createdAt, fields, httpLink } Array of member objects for the current page.
Array of member objects for the current page.
Unique identifier for the member.
ISO 8601 timestamp of when the member was created.
fields: map[object { value, valueType } ]Map of field names to their typed values.
Map of field names to their typed values.
value: string or number or boolean or 2 moreThe field value, or null if unset.
The field value, or null if unset.
UnionMember3 = array of string or number or boolean or 2 more
UnionMember4 = map[string or number or boolean or 2 more]
valueType: "ADDRESS" or "CHECKBOX" or "CURRENCY" or 11 moreThe data type of the field value.
The data type of the field value.
URL to view the member in the Lightfield web app, or null.
The object type, always "list".
Total number of members in the workspace.
MemberRetrieveResponse = object { id, createdAt, fields, httpLink }
Unique identifier for the member.
ISO 8601 timestamp of when the member was created.
fields: map[object { value, valueType } ]Map of field names to their typed values.
Map of field names to their typed values.
value: string or number or boolean or 2 moreThe field value, or null if unset.
The field value, or null if unset.
UnionMember3 = array of string or number or boolean or 2 more
UnionMember4 = map[string or number or boolean or 2 more]
valueType: "ADDRESS" or "CHECKBOX" or "CURRENCY" or 11 moreThe data type of the field value.
The data type of the field value.
URL to view the member in the Lightfield web app, or null.