Attribute | Type | Description | Required |
---|---|---|---|
| string | Type of user document. Default to | ✅ |
| object | Document object that contains all data for the | ✅ |
| array | Array of director objects | ✅ |
| number | Title of director | ✅ |
| boolean | Director has control over account | ✅ |
| string | ID of institution director should be added to | ✅ |
{
"type": "DIRECTOR_INFO",
"data": {
"directorList": [{
"title": "Director Title",
"controlContact": true,
"institutionalID": "fa1336af-02a3-2a82-d1a8-ccf11ecea398"
}]
}
}