Create new user

Returns connected_user_id. Allows you to create a new user from source.

Authentication details: About the Content API.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
{
  "username": "Peter Griffin",
  "email": "[email protected]",
  "source": "firebase",
  "social_id": "320939323",
  "avatar_url": "https://upload.wikimedia.org/wikipedia/en/thumb/c/c2/Peter_Griffin.png/220px-Peter_Griffin.png",
  "connected_user": {"shirt_size": "M"} //optional, for storing additional misc info
}
Body Params
string
required

Connected user email address.

string
required

Connected user source/platform. Must be one of the account's whitelisted sources.

string

Display name for the connected user.

string

External social id. Defaults to the lowercased email when omitted.

uri

Avatar image URL.

connected_user
object

Optional extra connected-user metadata stored asynchronously.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json