v1

latestOpenAPI 3.0.3MIT2026-07-17403684.7 KB
Auth
User

Creates a local user for testing.The user can have any specified roles in the request and the returned cookies can be used for subsequent requests acting as this new user. Note that this endpoint is only exposed in a local environment.

post/auth/register

Request body

namestring nullable

Full name of the user if provided by the OAuth provider

emailstring email required
googleIDstring

Unique identifier for the google account of the user

Example request

{
  "name": "John Doe",
  "email": "foo@bar.com"
}

Response

OK

object required
All 40 operations