Apache OpenMeetings · JSON Structure

Apache Openmeetings External User Dto Structure

ExternalUserDTO schema from Apache OpenMeetings REST API

Type: object Properties: 7
CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

ExternalUserDTO is a JSON Structure definition published by Apache OpenMeetings, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

login firstname lastname profilePictureUrl email externalId externalType

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-openmeetings/refs/heads/main/json-structure/apache-openmeetings-external-user-dto-structure.json",
  "description": "ExternalUserDTO schema from Apache OpenMeetings REST API",
  "type": "object",
  "properties": {
    "login": {
      "type": "string"
    },
    "firstname": {
      "type": "string"
    },
    "lastname": {
      "type": "string"
    },
    "profilePictureUrl": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "externalId": {
      "type": "string"
    },
    "externalType": {
      "type": "string"
    }
  },
  "name": "ExternalUserDTO"
}