v7

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-01171349.7 KB
Work Experiences

Add a work experience

Add a new work experience to a member profile. Returns 409 if a work experience with the same dates already exists.

post/members/{memberId}/work-experiences

Path parameters

memberIdstring uuid required

UUID of the member.

Request body

organizationIdstring uuid required
jobTitlestring required

Job title at the organization.

verifiedboolean required
verifiedBystring required

Identifier of who verified this work experience.

sourcestring required

Source system (e.g. lfxOne).

startDatestring date-time required

Start date of the work experience.

endDatestring date-time nullable

End date, or null if currently active.

Response

Work experience created.

idstring uuid required
organizationIdstring uuid required
organizationNamestring nullable required

Display name of the organization.

organizationLogostring nullable

URL of the organization logo.

organizationDomainsstring[] required

Verified primary domains for the organization, in alphabetical order.

jobTitlestring nullable required
verifiedboolean required
verifiedBystring nullable required
sourcestring nullable required

Source system that created this work experience.

startDatestring date-time nullable required
endDatestring date-time nullable required

End date, or null if currently active.

createdAtstring date-time nullable required
updatedAtstring date-time nullable required