Account
Get Accounts
Retrieves all platform accounts connected to a specific user. This tool allows you to get information about all the social media and content platform accounts a user has authorized your application to access.
This tool is part of the Account Tools category.
Parameters
Name | Type | Required | Description |
---|---|---|---|
user_id | string | Yes | The ID of the user to get accounts for |
Example Request
Example Response
Usage Notes
- This method returns all accounts for a single user across all platforms.
- The response is an array of account objects, each containing platform-specific details.
- If the user has no connected accounts, an empty array will be returned.
- Use Refresh Accounts to update the account data from the platforms.
- For fresh data, consider using Fetch Account to get real-time information directly from the platforms.
Related Tools
- Get Account - Fetch a specific account by ID
- Create Account - Create a new platform account
- Refresh Accounts - Refresh account data from platforms
- User Accounts - Alternative way to get user accounts