Create or login a user

POST {{baseUrl}}/api/third-party-auth/:authId/login

Login as a user as a third-party authentication provider. If the user does not exists, it's automatically created. You can only log in as users that were previously created by you.

Request Body

{"name"=>"<string>", "username"=>"<string>", "email"=>"<string>", "privacyPolicy"=>"<boolean>", "projectName"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;status&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;jwtToken&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}