WorkOS
user_management.users.connected_accounts.get
Retrieves a user's [connected account](/reference/pipes/connected-account) for a specific provider.
Remote workos
Other tools also called user_management.users.connected_accounts.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "The slug identifier of the provider (e.g., `github`, `slack`, `notion`)."
},
"user_id": {
"type": "string",
"description": "A [User](/reference/authkit/user) identifier."
},
"organization_id": {
"type": "string",
"description": "An [Organization](/reference/organization) identifier. Optional parameter if the connection is scoped to an organization."
}
}
}