v7

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

Verify or reject a work experience

Set a work experience as verified or rejected. When rejected (verified: false), the work experience is soft-deleted and affiliations are recalculated.

patch/members/{memberId}/work-experiences/{workExperienceId}

Path parameters

memberIdstring uuid required

UUID of the member.

workExperienceIdstring uuid required

UUID of the work experience.

Request body

verifiedboolean required

true to verify, false to reject (soft-delete).

verifiedBystring required

Identifier of who performed the verification.

Response

Work experience updated.

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