tailorctl auth machineuser get

Get a Platform Machine User by name. Returns the machine user details including client credentials.

Usage

tailorctl auth machineuser get [flags]

Flags

      --folder-id string         folder ID
  -f, --format string            output format (default "table")
  -h, --help                     help for get
  -n, --name string              machine user name
  -o, --organization-id string   organization ID

Examples

tailorctl auth machineuser get --organization-id 12345678-1234-1234-1234-123456789012 --name my-machine-user
tailorctl auth machineuser get --organization-id 12345678-1234-1234-1234-123456789012 --folder-id 87654321-4321-4321-4321-210987654321 --name my-machine-user --format json

See also