Unum · Schema

Unum Leave Request

A leave or absence request submitted through the Unum Leave Management API

InsuranceBenefits AdministrationHR IntegrationDisability InsuranceLife InsuranceFortune 500

Properties

Name Type Description
requestId string Unique leave request identifier
memberId string Member identifier
groupId string Employer group identifier
leaveType string Type of leave requested
reason string Reason for leave
startDate string Leave start date
endDate string Expected leave end date
status string Current request status
continuousLeave boolean Whether leave is continuous
intermittentLeave boolean Whether leave is intermittent
returnToWorkDate string Actual or expected return to work date
createdAt string
updatedAt string
View JSON Schema on GitHub

JSON Schema

unum-leave-request-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/unum/main/json-schema/unum-leave-request-schema.json",
  "title": "Unum Leave Request",
  "description": "A leave or absence request submitted through the Unum Leave Management API",
  "type": "object",
  "required": ["requestId", "memberId", "groupId", "leaveType", "startDate", "status"],
  "properties": {
    "requestId": {
      "type": "string",
      "description": "Unique leave request identifier",
      "example": "LVR-20260529-00981"
    },
    "memberId": {
      "type": "string",
      "description": "Member identifier"
    },
    "groupId": {
      "type": "string",
      "description": "Employer group identifier"
    },
    "leaveType": {
      "type": "string",
      "enum": ["fmla", "state-leave", "short-term-disability", "personal", "military"],
      "description": "Type of leave requested"
    },
    "reason": {
      "type": "string",
      "description": "Reason for leave"
    },
    "startDate": {
      "type": "string",
      "format": "date",
      "description": "Leave start date"
    },
    "endDate": {
      "type": "string",
      "format": "date",
      "description": "Expected leave end date"
    },
    "status": {
      "type": "string",
      "enum": ["pending", "approved", "denied", "closed"],
      "description": "Current request status"
    },
    "continuousLeave": {
      "type": "boolean",
      "description": "Whether leave is continuous"
    },
    "intermittentLeave": {
      "type": "boolean",
      "description": "Whether leave is intermittent"
    },
    "returnToWorkDate": {
      "type": "string",
      "format": "date",
      "description": "Actual or expected return to work date"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/unum-leave-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.