Add members to a share group

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.

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

CLI

linode-cli image-sharegroups member-add 123 --token "abc123" --label "my_sharegroup_member"

Learn more

Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
integer
required

The share group's unique identifier assigned after creating it. Not to be confused with the group's uuid.

Body Params
string
required

The share group member's descriptive name.

string
required

The single-use JWT membership token encoded as a string. It consists of three parts: header, payload, and signature. If needed, the user should Create a token and share it with the group owner before joining.

Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json