Assign reviewers to a deployment

Assigns reviewers to a deployment. You can assign reviewers either before or after submitting the deployment for review. The Require review and approval toggle must be enabled in Workspace admin > Settings > Deployments to access this endpoint.

This endpoint can also be used to unassign reviewers. To unassign a reviewer, call the endpoint again and provide only the IDs of the users who should remain assigned to the deployment. Unassigning a reviewer removes their review from the deployment.

Path parameters

managed_user_idstringRequired

Embedded customer ID/external ID. The External ID must be URL encoded and prefixed with an E. For example, EA2300.

idintegerRequired
The unique identifier of the deployment where you plan to assign reviewers.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
reviewer_idslist of doublesRequired
An array of user IDs to assign as reviewers for the deployment.

Response

OK
reviewslist of objects
authorslist of objects

Errors