Update Connection Access

Replaces the full set of registered users excluded from a SHARED or ORGANIZATION connection. Each entry is a registered-user ID. Returns 400 for INDIVIDUAL connections or unknown registered-user IDs.

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Path parameters

connection_idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
excluded_registered_userslist of stringsOptional

Full replacement list of registered user IDs to block from this SHARED or ORGANIZATION connection. Send [] to clear all exclusions.

Response

idstringRead-onlyformat: "uuid"
connectorobject
organization_idstringRead-onlyformat: "uuid"
auth_option_namestring or nullRead-only
auth_typestringRead-only
auth_scopestringRead-only

The connection’s scope: INDIVIDUAL, SHARED, or ORGANIZATION.

ownerobject
excluded_registered_userslist of stringsRead-only

Registered-user IDs blocked from this SHARED or ORGANIZATION connection. Always empty for INDIVIDUAL connections.

created_atdatetimeRead-only
modified_atdatetimeRead-only