Access modes
Open access (default): any researcher can connect to your site. You do not need to manage individual emails. Custom allowlist: only researchers whose email addresses you have explicitly added can connect. All other authenticated users are blocked at the proxy.Switch between modes
Use theallowedHackerType endpoint to toggle the mode for a site. Set allowedHackerType to true to enable the custom allowlist, or false to return to open access.
Add a researcher to the allowlist
View the current allowlist
Remove a researcher
Use theid from the allowlist entry (returned by the getHackers endpoint) together with the researcher’s email and site ID.
Custom allowlist mode requires researchers to authenticate with their registered email address. If you attempt to add a researcher who is already on the allowlist, the API returns a
400 error.