Retrieve all connected accounts associated with the user.
ID of the user to list connected accounts for.
Optional
Request-specific configuration.
Management.BadRequestError
Management.UnauthorizedError
Management.ForbiddenError
Management.TooManyRequestsError
await client.users.connectedAccounts.list("id", { from: "from", take: 1 }) Copy
await client.users.connectedAccounts.list("id", { from: "from", take: 1 })
Protected
Readonly
Retrieve all connected accounts associated with the user.