v1

latestOpenAPI 3.0.02026-08-0417295208.0 KB
account

This allows a non-user to create an user

post/account/register

Request body

idstring
usernamestring

could username be the email? its unique

firstNamestring

do we need this?

lastNamestring

do we need this?

emailstring
orgstring

the uid of the org this user might belong to

rolestring[]

permissions types for users

  • "user" - Allows for searching and downloading
  • "author" - Allows for searching, downloading, uploading, and updating packages

Response

successful operation