Apache James · Schema

User

A James mail server user account

EmailIMAPJavaJMAPMail ServerOpen SourceSMTP

Properties

Name Type Description
username string User email address
View JSON Schema on GitHub

JSON Schema

webadmin-rest-api-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-james/refs/heads/main/json-schema/webadmin-rest-api-user-schema.json",
  "title": "User",
  "description": "A James mail server user account",
  "type": "object",
  "properties": {
    "username": {
      "type": "string",
      "description": "User email address",
      "example": "[email protected]"
    }
  }
}