WorkOS
user_management.users.data_providers.list
Retrieves a list of available providers and the user's connection status for each. Returns all providers configured for your environment, along with the user's [connected account](/reference/pipes/connected-account) information where applicable.
Remote workos
Other tools also called user_management.users.data_providers.list?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"user_id": {
"type": "string",
"description": "A [User](/reference/authkit/user) identifier to list providers and connected accounts for."
},
"organization_id": {
"type": "string",
"description": "An [Organization](/reference/organization) identifier. Optional parameter to filter connections for a specific organization."
}
}
}