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"
Social login has been created.
The response is of type object
.