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
tokenfrom 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.
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 token-create --label "my_token" --valid_for_sharegroup_uuid "abc123"