post https://api.linode.com//images/sharegroups/tokens
Creates a single-use membership token for users who want to join a share group with custom images.
-
Before creating a token, get the share group's UUID from its owner. The owner can run List share groups or Get a share group to get the group's UUID. If needed, Create a share group and share the UUID with the user.
-
Share the
token
from the response with the share group owner. The owner can later use the token to Add members to a share group and manage the users' membership within the group.
linode-cli images sharegroups tokens create --label "my_token" --valid_for_sharegroup_uuid "abc123"
<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>