CXone API bulk skill proficiency update failing with 400

POST /api/v2/users/skills
{
“userId”: “123”,
“proficiency”: 90
}

Returns 400 Bad Request saying “Invalid proficiency value”. The docs say it accepts an integer 0-100, but the request body needs the user’s email or ID? I can’t find the exact schema for the bulk endpoint.