v1

latestOpenAPI 3.1.02026-08-04164270844.7 KB
Skills

Replace all jobs for a user

🔑

Required OAuth scope: skillsJobs:write.

Replaces all jobs for the given user with the provided ones. Jobs not included are removed.

put/api/v2/skills/users/{userId}/jobs

Path parameters

userIdstring ObjectId required
Example:507f1f77bcf86cd799439011

The unique ID of a user.

Headers

360-api-version'v2.0' required

The version of the API.

Request body

jobIdsstring[] required

The list of unique IDs of the current jobs given to a user.

Response

Returns the current jobs of the user.

string[] required