DemandFlow Support Centre

MENTOR: Mentor

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A mentor profile surfaced in the mentor marketplace, derived from an angel investor's user profile data.

MENTOR: Mentor

A mentor profile surfaced in the mentor marketplace, derived from an angel investor's user profile data.

Default definition. This article describes the default MENTOR definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches MENTOR.

Entity properties

PropertyValue
Entity codeMENTOR
Display nameMentor
PluralMentors
Level810

Use cases

Created automatically when an angel investor opts into the mentor marketplace from their profile (user. data. angelInvestorProfile.

Fields

Mentor

FieldTypeRequiredNotes
nametextYesName
userIdtextUser ID Read only.
websitetext (URL)Website
professionalExperiencetext (multi-line)Professional experience

Expertise

FieldTypeRequiredNotes
expertiseenumExpertise offered Valid ids: fundraising (Fundraising), pr_comms (PR & Communications), strategy (Strategy), technical (Technical Expertise), media (Media relations), scaling (Scaling businesses), investor_readiness (Investor readiness), sales_marketing (Sales & Marketing), other (Other).
boardRolesenumBoard roles Valid ids: ned (NED), chairman (Chairman), consultant (External Consultant).
industriesWorkedenumPrimary industries worked in Valid ids: 1 (Agriculture, Forestry & Fishing), 2 (Mining & Quarrying), 3 (Manufacturing), 4 (Electricity, Gas, Water & Waste Management), 5 (Construction), 6 (Wholesale & Retail Trade), 7 (Transportation & Storage), 8 (Accommodation & Food Services), 9 (Information & Communication), 10 (Financial & Insurance Activities), 11 (Real Estate Activities), 12 (Professional, Scientific & Technical Services), 13 (Administrative & Support Services), 14 (Public Administration & Defense), 15 (Education), 16 (Human Health & Social Work), 17 (Arts, Entertainment & Recreation), 18 (Other Service Activities), 19 (Households as Employers), 20 (Extraterritorial Organizations & Bodies).

Relationships

  • No declared relationships in the default definition.

Creating a Mentor via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "MENTOR",
  "level":    810,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "userId": "Example",
  "website": "https://example.com",
  "professionalExperience": "Example text."
}

Listing Mentors records

# All mentors in your tenant
GET /v1/entities/MENTOR/SUB

See also

mentormentorsentity reference

Was this article helpful?

← Back to Knowledge Base