GroupUserDTO Data Type

Properties
name data type description
address AddressDTO
type GroupUserType
person PersonDTO

Example

{
  "address" : {
    "phoneMobile" : "...",
    "contactPerson" : "...",
    "type" : "court",
    "emailHome" : "...",
    "emailWork" : "...",
    "phoneWork" : "...",
    "label" : "...",
    "faxHome" : "...",
    "zip" : "...",
    "www" : "...",
    "street" : "...",
    "latitude" : 12345.0,
    "country" : "...",
    "city" : "...",
    "longitude" : 12345.0,
    "distance" : 12345.0,
    "faxWork" : "...",
    "phoneHome" : "..."
  },
  "type" : "timekeeperSecretary",
  "person" : {
    "addressUri" : "...",
    "personId" : "...",
    "languages" : "...",
    "lastname" : "...",
    "firstname" : "...",
    "gender" : "female",
    "title" : "..."
  }
}