# Social networks

 - [GET /users/me/social_providers](https://xsolla.redocly.app/de/api/login/social-networks/get-linked-networks.md): Gets a list of the social networks linked to the user account. **Notice** [Rate limits for client-side methods](/api/login/rate-limits) are applied to this method.
 - [DELETE /users/me/social_providers/{providerName}](https://xsolla.redocly.app/de/api/login/social-networks/delete-linked-networks.md): Deletes social network linked to the user account. **Notice** [Rate limits for client-side methods](/api/login/rate-limits) are applied to this method.
 - [GET /users/me/social_providers/{providerName}/login_redirect](https://xsolla.redocly.app/de/api/login/social-networks/link-social-network-to-account.md): Links the social network, which is used by the player for authentication, to the user account. The linking flow: 1. The user authenticates on the game website. 2. The UI offers to link the social netw
 - [GET /users/me/social_providers/{providerName}/login_url](https://xsolla.redocly.app/de/api/login/social-networks/get-url-to-link-social-network-to-account.md): Gets the URL to link the social network to the user’s account. The social network should be used for authentication. The linking flow: 1. The user authenticates on the game website. 2. The UI offers t
