1
0
mirror of https://github.com/minio/docs.git synced 2025-05-28 00:41:14 +03:00
docs/source/reference/minio-mc-admin/mc-admin-user-list.rst
Andrea Longo 4c735072f7
Move reference docs for mc admin idp commands to mc idp (#873)
All the `mc admin idp *` commands have been renamed `mc idp *`.
Deprecate everything under `mc admin idp` and create pages for their new
names in the MinIO Client section.

Affects the following commands and subcommands;
* `mc admin idp ldap`
* `mc admin idp openid`
*  `mc admin idp ldap policy`

The new pages maintain the existing content and page structure. New
pages for each subcommand are out of scope for this PR.

Partly addresses https://github.com/minio/docs/issues/859 and
https://github.com/minio/docs/issues/866

Staged:

http://192.241.195.202:9000/staging/DOCS-859-part-2-idp/linux/html/reference/minio-mc.html

http://192.241.195.202:9000/staging/DOCS-859-part-2-idp/linux/html/reference/minio-mc-admin.html

http://192.241.195.202:9000/staging/DOCS-859-part-2-idp/linux/html/reference/minio-mc-deprecated.html

Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
2023-06-08 11:58:22 -06:00

2.3 KiB

mc admin user ls

minio

Table of Contents

mc admin user list

mc admin user ls

Syntax

The mc admin user ls command lists all MinIO users <minio-internal-idp> on the target MinIO deployment.

The mc admin user list command has equivalent functionality to mc admin user ls.

mc admin user ls does not return the access key or secret key associated to a user. Use mc admin user info to retrieve detailed user information, including the user access key.

To manage external Identity Provider users, see OIDC <mc idp openid> or AD/LDAP <mc idp ldap>.

EXAMPLE

The following command lists all users on the myminio MinIO deployment:

mc admin user ls myminio

SYNTAX

The command has the following syntax:

mc [GLOBALFLAGS] admin user list   \
                            ALIAS

Parameters

ALIAS

The alias <mc alias> of a configured MinIO deployment from which the command lists users.

Global Flags

Example

List Available Users

Use mc admin user ls to list all users on a MinIO deployment:

mc admin user ls ALIAS
  • Replace ALIAS <mc admin user ls ALIAS> with the alias <mc alias> of the MinIO deployment.

The output resembles the following:

enabled    devadmin              readwrite
enabled    devtest               readonly
enabled    newuser

Behavior

S3 Compatibility