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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"jwtToken":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}}