Lists members of a project
Lists members of a project.
stackit project member list [flags]
List all members of a project
$ stackit project member list --project-id xxx
List all members of a project, sorted by role
$ stackit project member list --project-id xxx --sort-by role
List up to 10 members of a project
$ stackit project member list --project-id xxx --limit 10
-h, --help Help for "stackit project member list"
--limit int Maximum number of entries to list
--sort-by string Sort entries by a specific field, (one of: [subject, role]) (default "subject")
--subject string Filter by subject (the identifier of a user, service account or client). This is usually the email address (for users) or name (for clients)
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, (one of: [json, pretty, none, yaml])
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")
- stackit project member - Manages project members