Apache OpenMeetings · Example Payload

Apache Openmeetings User Dto Example

CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

Apache Openmeetings User Dto Example is an example object payload from Apache OpenMeetings, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idloginpasswordfirstnamelastnamerightslanguageIdaddresstimeZoneIdexternalIdexternalTypepictureUritype

Example Payload

Raw ↑
{
  "id": 1234,
  "login": "example",
  "password": "example",
  "firstname": "Example Name",
  "lastname": "Example Name",
  "rights": [
    "ADMIN"
  ],
  "languageId": 1234,
  "address": {},
  "timeZoneId": "500123",
  "externalId": "500123",
  "externalType": "example",
  "pictureUri": "https://example.com",
  "type": "USER"
}