Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
EntityEditor
Represents a user who is designated as an editor for a specific entity (dashboard, table, or knowledge).
type EntityEditor {
id: ID!
dashboardId: String
sourceUserId: String!
sourceUser: SourceUser!
tableId: String
termId: String
createdAt: Timestamp!
updatedAt: Timestamp!
refreshedAt: Timestamp
}
Fields
EntityEditor.id ● ID! non-null scalar general
Unique Catalog identifier of the resource
EntityEditor.dashboardId ● String scalar general
Id of the associated dashboard
EntityEditor.sourceUserId ● String! non-null scalar general
ID of the user editor for this entity
EntityEditor.sourceUser ● SourceUser! non-null object users
Associated sourceUser
EntityEditor.tableId ● String scalar general
Id of the associated table
EntityEditor.termId ● String scalar general
Id of the associated term
EntityEditor.createdAt ● Timestamp! non-null scalar general
Timestamp of when the record was created
EntityEditor.updatedAt ● Timestamp! non-null scalar general
Timestamp of when the record was last updated
EntityEditor.refreshedAt ● Timestamp scalar general
The last date on which this editor link was refreshed
Example
{
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"dashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"sourceUserId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"sourceUser": {
"avatarUrl": "https://example.com/avatar.png",
"email": "john.doe@example.com",
"externalId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"name": "John Doe",
"sourceId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"unifiedId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"unifiedUser": {
"role": "CONTRIBUTOR",
"status": "ACTIVATED",
"teamIds": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
],
"userId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"createdAt": 1758555879800
},
"deletedAt": 1758555879800,
"updatedAt": 1758555879800
},
"tableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"termId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"refreshedAt": 1758555879800
}