Playground

Playground

PersonSkill

/api/v1/employee/skills

A skill assertion on a Person with a level.

listgetcreateupdatedelete

Schema

FieldTypeNotes
id*uuidServer-assigned ULID with type prefix (e.g. per_…).
tenant_id*stringTenant scope — auto-stamped from the caller's JWT.
app_idstringApp scope. Stamped ONLY when the caller's JWT was minted for a specific Application (integration API keys). Absent for human-user sessions. Filters reads when present.
created_at*date-timeServer stamp.
updated_at*date-timeServer stamp; updated on every patch.
created_byuuidPerson id from the caller's JWT (sub).
updated_byuuidPerson id from the last writer's JWT (sub).
sourcestringProvenance tag — defaults to 'edm'.
source_typeenumfrontend | backend | server | system | apiWhere the write originated. Defaults to 'api'.
is_deletedbooleanSoft-delete flag. Excluded from default list queries.
deleted_atdate-timeStamped when soft-deleted; null otherwise.
deleted_byuuidPerson id who soft-deleted; null otherwise.
schema_versionnumberDocument schema version. Bumped on incompatible writes.
person_iduuidUUID of the Person who holds this skill.
skill_namestringName of the skill (e.g., 'Kubernetes', 'Python', 'Spanish', 'ISO 27001').
categorystringCategory of the skill. 'technical' for engineering/IT skills, 'soft' for interpersonal skills, 'language' for spoken/written languages, 'domain' for business do
proficiency_levelnumberProficiency level on a 1–5 scale where 1 = Beginner and 5 = Expert.
sourceenumself_reported | manager_assessed | certification | assessmentEvidence source for the skill record.
verified_by_iduuidUUID of the Person who verified this skill claim, if applicable.
verified_atdate-timeISO 8601 timestamp when the skill was verified.
valid_untildate-timeISO 8601 date after which this skill record is considered expired (e.g., for certifications with renewal cycles).
notesstringFree-text notes about the skill, such as credential number or context.

API

client.employee.skills.*
Loading manifest…