Update shared orgs

Adds and/or removes org_ids from a session’s shared_with_org_ids list. Only the owning org may modify sharing. Removal overrides addition. | (SessionsUpdateSharedOrgsReq1) -> (bool)

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
session_idstringRequired
add_org_idslist of stringsOptional
remove_org_idslist of stringsOptional

Response

Successful Response

Errors