Skip to main content
A User Connection is a connection set up by a specific user to a third party service using either OAuth or a secret. A User Connection is specific to a particular user, as opposed to a Workspace Connection, which acts on behalf of an entire Attio workspace.

API

TypeScript

Returns

A Connection object containing:
string
The unique identifier for the connection.
string
The access token or secret for the connection.
{ type: 'user', id: string }
An object containing the user id that owns this connection.
{ type: 'user', id: string }
An object containing the user id that created this connection.