Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.versori.com/llms.txt

Use this file to discover all available pages before exploring further.

Subcommands

SubcommandDescription
detailsGet the details for an individual end user of a project
listList users (activations) linked to a project environment

versori projects users details

versori projects users details --project <project-id> --environment <environment-name> --external-id <user-id> [flags]
Flags:
  • --environment: The environment name within the project
  • --external-id: The external ID of the user
  • -h, --help: help for details
  • --project: Project ID; defaults from .versori when inside a synced project directory.

versori projects users list

versori projects users list --project <project-id> --environment <environment-name> [flags]
Flags:
  • --environment: The environment name within the project
  • -h, --help: help for list
  • --project: Project ID; defaults from .versori when inside a synced project directory.