Skip to main content

Create parent for user

POST 

/user/federated/createParent

Create parent for unlinked federated user

Request

Body

    provider string

    Possible values: [discord, facebook, google, twitter, ultra]

    Provider for federated user

    username string

    Preferred username for parent

Responses

Returns the username of the created user

Schema

    username string

    Returns the username of the created user

Loading...