はい、完全に大丈夫です。/admin/users.json は /admin/users/list/{flag}.json と全く同じ基盤コードを使用しています。おそらく、それがまだ文書化されていない理由の一つでしょう。
トピックが全くない新規ユーザーに対して /admin/users.json が返されることを確認できました。
curl -i -sSL -X GET "http://localhost:4200/admin/users.json?email=982f145c7@example.com" \
-H "Api-Key: ..." \
-H "Api-Username: blake"
HTTP/1.1 200 OK
[
{
"id": 2731,
"username": "982f145c7",
"name": "982f145c7",
"avatar_template": "/letter_avatar_proxy/v4/letter/9/46a35a/{size}.png",
"active": true,
"admin": false,
"moderator": false,
"last_seen_at": null,
"last_emailed_at": null,
"created_at": "2025-04-29T12:31:52.894Z",
"last_seen_age": null,
"last_emailed_age": null,
"created_at_age": 103.259451,
"trust_level": 1,
"manual_locked_trust_level": null,
"title": null,
"time_read": 0,
"staged": false,
"can_be_deleted": true,
"silence_reason": "",
"days_visited": 0,
"posts_read_count": 0,
"topics_entered": 0,
"post_count": 0
}
]
結果が空の配列になるのを避けるためには、正確なメールアドレスを使用する必要があります。