github.com/IBM-Cloud/bluemix-go@v0.0.0-20240314082800-4e02a69b84b2/examples/account/accountv2/README.md (about) 1 # Account example 2 3 This example shows how to perform read operation on Bluemix account. 4 5 This example shows how to read account information from a organization,how to read account information from the IBM id. 6 7 List all accounts associated with a user. 8 9 Example: 10 11 ```go run main.go -org "example.com" -owner_id "newexample.com"```