Skip to main content
The organization commands manage your current workspace (its name, description, and brand color) and the full set of tenants/organizations you are a member of. In Social media studio an organization and a tenant are the same thing — a single workspace.

settings:org

Get details for your current organization (name, description, brand color, and other workspace metadata).
Examples

settings:update-org

Update settings for your current organization. You must provide at least one of --name, --description, or --color; if none are supplied the command exits with an error.
Examples

settings:tenants

List every organization (tenant) you belong to. Use this to find the IDs needed by settings:delete-org and settings:leave-org.
Examples

settings:create-org

Create a new organization. The new workspace is created under your account.
Examples
Creating additional organizations may consume a workspace seat on your plan. If you hit a limit, add the TENANT add-on (see so-me billing:addons).

settings:delete-org

Delete an organization by its tenant ID. By default a confirmation prompt is shown; pass -y/--yes to skip it.
Examples
Deleting an organization is permanent and cannot be undone. It removes all associated data, including posts, connected accounts, media, and team members.

settings:leave-org

Leave an organization you are a member of by its tenant ID. By default a confirmation prompt is shown; pass -y/--yes to skip it.
Examples