Skip to main content
PATCH
/
guest-connections
/
{guest_org_id}
Error
A valid request URL is required to generate request examples
{
  "host_organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "guest_organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "connected",
  "guest_name": "<string>",
  "guest_email": "jsmith@example.com",
  "owner_email": "jsmith@example.com",
  "archived": true,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "total_score": 1,
  "score_updated_at": "2023-11-07T05:31:56Z",
  "archived_at": "2023-11-07T05:31:56Z",
  "active_action_type": "documents_update_request",
  "active_action_updated_at": "2023-11-07T05:31:56Z",
  "parent_organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "parent_organization_name": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Requester-Organization-ID
string<uuid>
required

The unique identifier of the organization making the request. This ID is used to authorize the requester within the system.

Target-Organization-ID
string<uuid>
required

The unique identifier of the organization that is the target of the request. The Target-Organization-ID may match the Requester-Organization-ID if the requester accesses their own resources. If the Target-Organization-ID differs from the Requester-Organization-ID, the requester can access third-party resources if the requester has a connection with the target organization and is authorized to perform such actions.

Path Parameters

guest_org_id
string<uuid>
required

Body

application/json
archived
boolean
required

Response

Successful Response

host_organization_id
string<uuid>
required
guest_organization_id
string<uuid>
required
status
enum<string>
required
Available options:
connected,
disconnected
guest_name
string
required
Required string length: 1 - 300
guest_email
string<email>
required
Required string length: 1 - 100
owner_email
string<email>
required
Required string length: 1 - 100
archived
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
total_score
number | null
Required range: x >= 0
score_updated_at
string<date-time> | null
archived_at
string<date-time> | null
active_action_type
enum<string> | null
Available options:
documents_update_request,
analytics_request
active_action_updated_at
string<date-time> | null
parent_organization_id
string<uuid> | null
parent_organization_name
string | null
Required string length: 1 - 300