v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Create User

post/user

Request body

Response

200

typestring
titlestring
messagestring

Example response

{
  "type": "error",
  "title": "User has been successfully created",
  "message": "The user account has been created successfully.",
  "data": {
    "user_uid": "user_uid"
  }
}