post https://api.linode.com//images/sharegroups//members
Adds users to existing shared private image groups as a group owner.
-
Adding new members to share groups requires a single-use token. The user who wants to join a share group should run Create a token and share the
token
from the response with the group owner. -
Run the List share groups operation to get the
id
you should use as the(sharegroupId)
path parameter that identifies an existing share group.
linode-cli images sharegroups 123 members add --token "abc123" --label "my_sharegroup_member"
<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
images:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>