We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d451898 commit e6c58dcCopy full SHA for e6c58dc
doc/radosgw/adminops.rst
@@ -275,6 +275,9 @@ Get User Info
275
276
Get user information.
277
278
+Either a ``uid`` or ``access-key`` must be supplied as a request parameter. We recommend supplying uid.
279
+If both are provided but correspond to different users, the info for the user specified with ``uid`` will be returned.
280
+
281
:caps: users=read
282
283
@@ -297,6 +300,13 @@ Request Parameters
297
300
:Example: ``foo_user``
298
301
:Required: Yes
299
302
303
+``access-key``
304
305
+:Description: The S3 access key of the user for which the information is requested.
306
+:Type: String
307
+:Example: ``ABCD0EF12GHIJ2K34LMN``
308
+:Required: No
309
310
311
Response Entities
312
~~~~~~~~~~~~~~~~~
0 commit comments