Inbox

Create user registration inbox entry

post/api/v1/inbox/createEntry/User/Registration

Request body

emailstring email
passwordstring

Response

Inbox response

successboolean
messagestring
errorsobject[]

Example response

{
  "data": {
    "id": 1,
    "uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
    "user_id": 1,
    "created": "2022-01-05T11:19:26+00:00",
    "modified": "2022-01-05T11:19:26+00:00",
    "user": {
      "id": 1,
      "uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
      "username": "admin",
      "role_id": 1,
      "individual_id": 1,
      "created": "2022-01-05T11:19:26+00:00",
      "modified": "2022-01-05T11:19:26+00:00",
      "organisation_id": 1
    }
  },
  "message": "User account creation requested. Please wait for an admin to approve your account."
}

Changes