Hub invitation

The hub invitation.

Accept a hub invitation

Accept a hub invitation.

SecurityJWT
Request
path Parameters
hubinvitation
required
string or integer

The id/hash of the hub invitation.

Request Body schema: application/json

A JSON object containing hub invitation information.

One of:
name
string <= 1000 characters

The name of the user.

first_name
required
string <= 1000 characters

The first name of the user.

last_name
required
string <= 1000 characters

The last name of the user.

password
required
string

The password of the user.

password_confirmation
required
string

The confirmation of the password of the user.

terms
required
boolean

The terms flag for the user.

Responses
200

Successful operation

404

Not Found

422

Unprocessable Content

post/hubinvitation/{hubinvitation}/accept
Request samples
application/json
{
  • "first_name": "Olli",
  • "last_name": "Kahn",
  • "password": "WoWar1chUnsicher?",
  • "password_confirmation": "WoWar1chUnsicher?",
  • "terms": true
}
Response samples
application/json
{
  • "success": true,
  • "hash": "1e55d28028fba8c2fc16cd05253fbaa138a6a954",
  • "data": {
    },
  • "timestamp": 1744292783136
}