From 5e09d94d15779d0c476b0c02bfecaeb33ea6b21b Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 18 Feb 2026 10:50:25 -0500 Subject: [PATCH] doc/radosgw: document account-root for PUT and POST /admin/user like the `--account-root` option for `radosgw-admin user create` and `user modify`, the admin apis also support the `account-root` query param Fixes: https://tracker.ceph.com/issues/74047 Signed-off-by: Casey Bodley --- doc/radosgw/adminops.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/radosgw/adminops.rst b/doc/radosgw/adminops.rst index fd1613a4527..a44f85a2c6d 100644 --- a/doc/radosgw/adminops.rst +++ b/doc/radosgw/adminops.rst @@ -1194,6 +1194,13 @@ A tenant name may also specified as a part of ``uid``, by following the syntax :Example: RGW00000000000000001 :Required: No +``account-root`` + +:Description: Whether the user should be root for its account. +:Type: Boolean +:Example: False [False] +:Required: No + Response Entities ~~~~~~~~~~~~~~~~~ @@ -1413,6 +1420,13 @@ Request Parameters :Example: RGW00000000000000001 :Required: No +``account-root`` + +:Description: Whether the user should be root for its account. +:Type: Boolean +:Example: False [False] +:Required: No + Response Entities ~~~~~~~~~~~~~~~~~ -- 2.47.3