IBM WebSphere · Schema

User

Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Properties

Name Type Description
uid string
displayName string
email string
groups array
View JSON Schema on GitHub

JSON Schema

websphere-admin-rest-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "User",
  "type": "object",
  "properties": {
    "uid": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "groups": {
      "type": "array"
    }
  }
}