Describe a user and their assigned roles
Describe a user and their assigned roles.
Accepts either a user ID (UUID) or an email address. Displays the user's details and the roles currently assigned to them in the account.
qcloud iam user describe <user-id-or-email> [flags]
# Describe a user by ID
qcloud iam user describe 7b2ea926-724b-4de2-b73a-8675c42a6ebe
# Describe a user by email
qcloud iam user describe user@example.com
# Output as JSON
qcloud iam user describe user@example.com --json
-h, --help help for describe
--account-id string Qdrant Cloud Account ID (env: QDRANT_CLOUD_ACCOUNT_ID)
--api-key string Management API Key (env: QDRANT_CLOUD_API_KEY)
-c, --config string Config file path (env: QDRANT_CLOUD_CONFIG, default ~/.config/qcloud/config.yaml)
--context string Override the active context (env: QDRANT_CLOUD_CONTEXT)
--debug Enable debug logging to stderr
--endpoint string gRPC API endpoint (env: QDRANT_CLOUD_ENDPOINT, default grpc.cloud.qdrant.io:443)
--json Output as JSON
- qcloud iam user - Manage users in Qdrant Cloud