Creates a new social login for a user by given userID. Social logins are used to authenticate users with third-party providers like Google, Microsoft, or GitHub.
You can set up social logins in the Developer Panel or consult the Documentation for more details.
Basic authentication is used to authenticate requests to the Backend API. The username is the project ID and the password is the API secret.
The project ID and API secret can be found in the Developer Panel.
Unique identifier of the user. Format: usr-<number>.
"usr-4693224802260150919"
Type of the social provider.
google, microsoft, github Login identifier of the user (here email address).
Unique identifier of the user in the social provider.
"53150919"
URL of the avatar of the user in the social provider.
"https://avatars.githubusercontent.com/u/53150919?v=4"
Full name of the user in the social provider.
"Jane Doe"
Social login has been created.
Unique identifier of the social account.
"soc-6060375336139150919"
Type of the social provider.
"github"
Login identifier of the user (here email address).
Unique identifier of the user.
"usr-4693224802260150919"
Unique identifier of the user in the social provider.
"53150919"
URL of the avatar of the user in the social provider.
"https://avatars.githubusercontent.com/u/53150919?v=4"
Full name of the user in the social provider.
"Jane Doe"