v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBPerformance > ReviewProcessTarget
Bulk creates a Review process target
Add multiple participants to the active review process and create the evaluations for them.
post/api/2026-07-01/resources/performance/review_process_targets/bulk_create
Request body
Example request
{
"performance_review_process_id": "1",
"targets_access_ids": [
"1",
"2",
"3"
]
}Response
OK
Example response
[
{
"id": "1-3",
"access_id": "3",
"performance_review_process_id": "1",
"materialized_process_target_id": "5"
}
]