Add a user to the default reviewers
Adds the specified user to the repository’s list of default reviewers.
This method is idempotent. Adding a user a second time has no effect.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”This can either be the repository slug or the UUID of the repository,
surrounded by curly-braces, for example: {repository UUID}.
This can either be the username or the UUID of the default reviewer,
surrounded by curly-braces, for example: {account UUID}.
This can either be the workspace ID (slug) or the workspace UUID
surrounded by curly-braces, for example: {workspace UUID}.
Responses
Section titled “ Responses ”The specified user was successfully added to the default reviewers
object
Links related to an Account.
object
A link to a resource related to this object.
object
Example generated
{ "type": "example", "links": { "avatar": { "href": "https://example.com", "name": "example" } }, "created_on": "2026-04-15T12:00:00Z", "display_name": "example", "uuid": "example"}If the authenticated user tried to add a team, bot user, or user without access to the repository to the default reviewers
Base type for most resource objects. It defines the common type element that identifies an object’s type. It also identifies the element as Swagger’s discriminator.
object
object
Optional structured data that is endpoint-specific.
object
Example generated
{ "type": "example", "error": { "message": "example", "detail": "example", "data": {} }}If the authenticated user does not have permission to modify the default reviewers
Base type for most resource objects. It defines the common type element that identifies an object’s type. It also identifies the element as Swagger’s discriminator.
object
object
Optional structured data that is endpoint-specific.
object
Example generated
{ "type": "example", "error": { "message": "example", "detail": "example", "data": {} }}If the specified user does not exist
Base type for most resource objects. It defines the common type element that identifies an object’s type. It also identifies the element as Swagger’s discriminator.
object
object
Optional structured data that is endpoint-specific.
object
Example generated
{ "type": "example", "error": { "message": "example", "detail": "example", "data": {} }}