---
descriptions:
  pipes_get_connected_account:
    user_id: 'A [User](/reference/authkit/user) identifier.'
    slug: 'The slug identifier of the provider (e.g., `github`, `slack`, `notion`).'
    organization_id: >-
      An [Organization](/reference/organization) identifier. Optional parameter
      if the connection is scoped to an organization.
reference:
  curl:
    - key: pipes_get_connected_account
      id: pipes_get_connected_account
      url: /reference/pipes/connected-account/get
      title: '/user_management/users/:user_id/connected_accounts/:slug'
      type: GET
      parameters:
        - key: user_id
          type: string
          description: (pipes_get_connected_account.user_id)
        - key: slug
          type: string
          description: (pipes_get_connected_account.slug)
        - key: organization_id
          type: string
          description: (pipes_get_connected_account.organization_id)
          optional: true
      returns:
        - key: connected_account
          type: connected_account
          description: 'A [connected account](/reference/pipes/connected-account) object.'
originalPath: >-
  .tmp-workos-clone/packages/docs/content/reference/pipes/connected-account/get.mdx
---

## Get a connected account

Retrieves a user's connected account for a specific provider.

<CodeBlock referenceId="pipes_get_connected_account">
  <CodeBlockTab title="Request" file="get-request" />
  <CodeBlockTab title="Response" file="get-response" />
</CodeBlock>
