Get Eligible Reviewers

gethttps://statsigapi.net/console/v1/gates/{id}/eligible_reviewers

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Path parameters

idstringrequired

id

Response

application/json
200· Users and groups eligible to review changes to this gate. everyone_eligible is true when no specific reviewers are configured. users is the flattened, deduped union of individual reviewers and all group members; groups lists each eligible group with its member user_ids. Project admins can always review and are not enumerated.
messagestringrequired

A simple string explaining the result of the operation.

dataobjectrequired
Show child attributes
everyone_eligiblebooleanrequired
usersobject[]required
id[]stringrequired
email[]stringrequired
name[]stringrequired
groupsobject[]required
id[]stringrequired
name[]stringrequired
user_ids[]string[]required
404· Not Found. The requested resource could not be found.
statusintegerrequired
messagestringrequired

Was this helpful?