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
tokenfrom the response with the group owner. -
Run the List share groups operation to get the
idyou should use as the(sharegroupId)path parameter that identifies an existing share group.
Permissions and scopes
To call this operation, you need the following:
-
OAuth scopes. Your user needs these scopes assigned. Learn more.
- Scopes:
images:read_write
- Scopes:
CLI
linode-cli image-sharegroups member-add 123 --token "abc123" --label "my_sharegroup_member"