v1

latestOpenAPI 3.1.02026-08-04164270844.7 KB
Skills

Add skill reviews

🔑

Required OAuth scope: skillsPowers:bulk.

🚜

This endpoint processes up to 10,000 objects asynchronously. For more information, see the Bulk operations guide.

Adds multiple skill reviews.

  • Reviews are related to three kind of actions: 'skill added', 'skill assessed', 'skill deleted'.
  • In the 'skill assessed' case, the assessment is automatically validated if the assessor is a manager of the user.

Upon submission, the request is queued. Use the provided URL in the response header to check the status of the bulk operation.

post/api/v2/bulk/skills/reviews

Headers

360-api-version'v2.0' required

The version of the API.

Request body

Example request

{
  "input": [
    {
      "externalId": "5d9b7bf9-47bf-40ca-b670-2a2a80d992da",
      "userId": "672b473e3e8d1c8cee0f1a4b",
      "assessorId": "672b47e33e8d1c8cee0f1a5c",
      "skillId": "SKI1708592191403r2x5",
      "comment": "You demonstrated a good understanding of the topic."
    }
  ]
}

Response

The operation is successfully created.