Unified.to · Schema

property_HrisEmployee_groups

Which groups/teams/units that this employee/user belongs to. May not have all of the Group fields present, but should have id, name, or email.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-hrisemployee-groups-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_HrisEmployee_groups",
  "title": "property_HrisEmployee_groups",
  "description": "Which groups/teams/units that this employee/user belongs to.  May not have all of the Group fields present, but should have id, name, or email.",
  "items": {
    "$ref": "#/components/schemas/HrisGroup"
  },
  "type": "array"
}