OpenAura
  1. Request
OpenAura
  • Authentication
    • Register
      POST
    • Login
      POST
    • GetUserId
      GET
    • RefreshToken
      POST
    • Login Copy
      POST
    • Login Copy Copy
      POST
  • Schemas
    • Authentication
      • Request
        • UserCreationRequest
        • UserAuthRequest
      • Response
        • UserAuthResponse
        • ApiResponse
        • ApiError
  1. Request

UserCreationRequest

Request body containing user register details.

{
    "username": "string",
    "password": "string",
    "email": "string",
    "inviteCode": "string"
}
Built with