Register
Request registration
Signup has to be enabled and require approval on the instance
post/api/v1/users/registrations/request
Request body
Example request
{
"channel": {
"name": "framasoft_videos"
},
"username": "chocobozzz"
}Response
successful operation
Example response
{
"id": 42,
"user": {
"id": 42
}
}