github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/examples/iamuum/access_group_member/README.md (about) 1 # Access Group Members 2 3 This example creates access group and add a user and serviceID. 4 5 Example: 6 7 ``` 8 go run main.go -org abc@in.ibm.com -accessgroup test -user test@gmail.com -serviceID test 9 ``` 10 11 12 13