mirror of
https://github.com/minio/docs.git
synced 2025-05-28 00:41:14 +03:00
Restructure the existing `mc admin user` page into separate pages for each subcommand. Also add missing details and correct errors. Staged: http://192.241.195.202:9000/staging/DOCS-785/linux/html/reference/minio-mc-admin/mc-admin-user.html Fixes https://github.com/minio/docs/issues/785
2.2 KiB
2.2 KiB
mc admin user list
minio
Table of Contents
mc admin user list
Syntax
The mc admin user list
command lists all MinIO users <minio-internal-idp>
on the target
MinIO deployment.
mc admin user list
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 admin idp openid>
or AD/LDAP <mc admin idp ldap>
.
EXAMPLE
The following command lists all users on the myminio
MinIO deployment:
mc admin user list 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 list
to list all users on a MinIO
deployment:
mc admin user list ALIAS
- Replace
ALIAS <mc admin user list ALIAS>
with thealias <mc alias>
of the MinIO deployment.
The output resembles the following:
enabled devadmin readwrite
enabled devtest readonly
enabled newuser