Skip to main content
PUT
/
groups
/
{group_id}
/
visible-orgs
/
{org_id}
Add Group Visible Org
curl --request PUT \
  --url https://api.example.com/groups/{group_id}/visible-orgs/{org_id}
{
  "group_id": "<string>",
  "id": "<string>",
  "org_id": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.terminaluse.com/llms.txt

Use this file to discover all available pages before exploring further.

Adding a visible org enables cross-organization sharing. Members from visible orgs can see the group but cannot modify it without the manager role.

Path Parameters

group_id
string
required
org_id
string
required

Response

Successful Response

group_id
string
required

Access group id.

id
string
required

Visible org row id.

org_id
string
required

Organization id with visibility.

created_at
string<date-time> | null

Creation timestamp.