@colin_mckibben
in the account schema, I dont see a “displayName” property, is this referring to the “displayAttribute”: “name”?
This is the default account schema I get when creating a source
{
"nativeObjectType": "User",
"identityAttribute": "id",
"displayAttribute": "name",
"hierarchyAttribute": null,
"includePermissions": false,
"features": [],
"configuration": {},
"attributes": [
{
"name": "id",
"type": "STRING",
"schema": null,
"description": "The unique ID for the account",
"isMulti": false,
"isEntitlement": false,
"isGroup": false
},
{
"name": "name",
"type": "STRING",
"schema": null,
"description": "The name of the account - typical username etc",
"isMulti": false,
"isEntitlement": false,
"isGroup": false
},
{
"name": "givenName",
"type": "STRING",
"schema": null,
"description": "The first or given name of the user associated with the account",
"isMulti": false,
"isEntitlement": false,
"isGroup": false
},
{
"name": "familyName",
"type": "STRING",
"schema": null,
"description": "The last, family name, or surname of the user associated with the account",
"isMulti": false,
"isEntitlement": false,
"isGroup": false
},
{
"name": "e-mail",
"type": "STRING",
"schema": null,
"description": "The primary e-mail address of the user associated with the account",
"isMulti": false,
"isEntitlement": false,
"isGroup": false
},
{
"name": "location",
"type": "STRING",
"schema": null,
"description": "The location associated with this account",
"isMulti": false,
"isEntitlement": false,
"isGroup": false
},
{
"name": "manager",
"type": "STRING",
"schema": null,
"description": "Reference to the manager of this particular account",
"isMulti": false,
"isEntitlement": false,
"isGroup": false
},
{
"name": "groups",
"type": "STRING",
"schema": {
"type": "CONNECTOR_SCHEMA",
"id": "8d4e510b3aa74984bd50b8c0a11f695c",
"name": "group"
},
"description": "The groups, roles etc. that reference account group objects",
"isMulti": true,
"isEntitlement": true,
"isGroup": true
}
],
"id": "c68be333c72c48dc8d13715b25801a19",
"name": "account",
"created": "2023-03-27T02:37:11.868Z",
"modified": null
},