Apache OpenMeetings · Example Payload

Apache Openmeetings External User Dto Example

CollaborationVideo ConferencingWeb ConferencingWhiteboardApacheOpen SourceConferencing

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

Top-level fields

loginfirstnamelastnameprofilePictureUrlemailexternalIdexternalType

Example Payload

Raw ↑
{
  "login": "example",
  "firstname": "Example Name",
  "lastname": "Example Name",
  "profilePictureUrl": "https://example.com",
  "email": "user@example.com",
  "externalId": "500123",
  "externalType": "example"
}