> ## Documentation Index
> Fetch the complete documentation index at: https://www.ayrshare.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Linked Social Accounts Not Showing

If you or your user has linked social accounts using the Profile Linking page from [generateJWT](/multiple-users/api-integration-business#generate-a-jwt),
but the linked accounts are not showing up in the Ayrshare Dashboard, you can try the following steps to resolve the issue:

## Logout JWT Session

If you're testing and using different User Profiles, you might need to use the `logout=true` parameter.
Please see [automatic logout of a profile session](/multiple-users/api-integration-business#automatic-logout-of-a-profile-session) to clear the session.

## Verify the User Profile

Check that the User Profile used to generate the JWT is the same as the User Profiles being viewed in the Ayrshare Dashboard.

You can verify by checking the Title of the User Profile in the Ayrshare Dashboard against the Title shown on the Profile Linking page (the URL from generateJWT).

If they don't match then two different User Profiles are being used.
This could be because a different User Profile was selected in the Ayrshare Dashboard or the incorrect Profile Key was used when calling generateJWT.
