v1

latestOpenAPI 3.0.0AGPLv3.02026-07-14186117194.3 KB
Register

Register a user

Signup has to be enabled and signup approval is not required

post/api/v1/users/register

Request body

displayNamestring

editable name of the user, displayed in its representations

emailstring email required

email of the user, used for login or service communications

passwordstring password required
usernamestring required

immutable name of the user, used to find or mention its actor

Example request

{
  "channel": {
    "name": "framasoft_videos"
  },
  "username": "chocobozzz"
}

Response

successful operation