Get a default reviewer
Returns the specified reviewer.
This can be used to test whether a user is among the repository’s default reviewers list. A 404 indicates that that specified user is not a default reviewer.
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 is a default reviewer
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 does not have access to check if the specified user is a default reviewer
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 or is not a default reviewer
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": {} }}