Skip to main content

Job Titles Data Model

COTJobTitle

Description

Job titles can group users in "pools" and give them special attributes according to their job title.

JSON Sample

{
"_id": "619227686e893056e8264999",
"allowedExtensions": [
"6192276efd8ef0bfb1176b0a",
"61922776ace7e2f9e5a9327a"
],
"code": "customer_success_manager",
"company": "6192275ef9531df898ac73b5",
"createdAt": "2021-07-19T16:42:02.513Z",
"display": "Customer Success Manager",
"elements": [
"62a2250d909b9618797ea6d6",
"62a2251b3afd597815569449",
"62a2251f0329e7e6677c6ae1"
],
"isActive": true,
"modifiedAt": "2021-11-15T09:17:50.391Z",
"search": [
"customer",
"success",
"manager"
]
}

Fields

FieldDescriptionTypeNotes
_idThe job title's ID.ObjectId<COTJobtitle>
allowedExtensionsAttributes or additional fields added that will be associated with users that have the job title.ObjectId<COTPropertyType>[ ]
codeThe job title's unique ID namestringMaximum 60 characters; only lowercase letters, numbers, and underscore allowed; must be unique.
companyThe company the job titles belong in.ObjectId<COTCompany>
createdAtDate the job title was created.ISODateYYYY-MM-DDTHH:mm:ss.SSSZ
displayThe job title's display name.string
elementsArray of elements (properties) shared with all users associated with the job title.ObjectId<COTProperty>[ ]
isActiveIndicates is the job title is active or not.boolean
modifiedAtIndicates the last time the job title was modified.ISODateYYYY-MM-DDTHH:mm:ss.SSSZ
searchSystem-generated search keys.string[ ]Do not modify.

Additional Resources

Help