Reference
Remy Reference/admin/Test accounts
?

Test accounts

Manage fixed-code test accounts for app-store reviewers.
admin.settings.updateSettings({ testAccounts: [{ identifier: "reviewer@example.com", code: "123456" }] })

Manage fixed-code test accounts (max 5) for app-store reviewers: list, enable/disable, add an email or phone with a 6-digit code, and remove. They skip real code delivery and bypass the disposable and allowlist gates.

Parameters
verb
string
RequiredThe operation to run.
listenabledisableaddremove
id
string
An email or E.164 phone (for add, remove).
code
string
A fixed 6-digit code (for add).
CLI
remy-admin settings test-accounts add reviewer@example.com 123456