Skip to main content
GET
cURL

Authorizations

X-Session-Token
string
header
required

Session token for authentication.

Query Parameters

limit
integer<int64>
default:100

Limit the number of resources returned by the API

Required range: x >= 1
offset
integer<int64>
default:0

Offset the resources returned by the API

Required range: x >= 0
filter
string
default:""

Filters the response data based on the value provided.

Available filters:

  • scheme_id: (Required) Filter reviewers to those eligible for the specified scheme. If absent, an empty list is returned.
  • org_id: Filter reviewers to members of a specific organisation (own org or a partner org connected via the scheme).
  • name: Filter by name(s) - filters by first and last name (case insensitive)
  • id_not_in: Exclude users whose ID is in the provided list.

For more information on using named filters, see the docs

Response

A list of users eligible to review documents for this organisation.

JSON API response object

data
A list of reviewers · object[]
required
meta
object
required
jsonapi
object
required