Absentify · Schema

Member

A member (employee) in the absentify workspace.

Absence ManagementHRLeave ManagementMicrosoft TeamsHuman Resources

Properties

Name Type Description
id string Unique identifier of the member.
custom_id string Custom identifier for the member.
name string Name of the member.
email string Email address of the member.
status string Current status of the member.
is_admin boolean Whether the member is an admin.
approval_process string Approval process type for this member.
employment_start_date string Employment start date.
employment_end_date string Employment end date if applicable.
birthday string Birthday of the member.
createdAt string Timestamp when the member was created.
updatedAt string Timestamp when the member was last updated.
View JSON Schema on GitHub

JSON Schema

absentify-member-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/absentify/main/json-schema/absentify-member-schema.json",
  "title": "Member",
  "description": "A member (employee) in the absentify workspace.",
  "type": "object",
  "x-schema-source": "openapi-spec",
  "x-provider": "absentify",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the member.",
      "example": "500123"
    },
    "custom_id": {
      "type": "string",
      "description": "Custom identifier for the member.",
      "example": "EMP001"
    },
    "name": {
      "type": "string",
      "description": "Name of the member.",
      "example": "Jane Smith"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Email address of the member.",
      "example": "jsmith@example.com"
    },
    "status": {
      "type": "string",
      "description": "Current status of the member.",
      "example": "ACTIVE"
    },
    "is_admin": {
      "type": "boolean",
      "description": "Whether the member is an admin.",
      "example": false
    },
    "approval_process": {
      "type": "string",
      "description": "Approval process type for this member.",
      "example": "CUSTOM"
    },
    "employment_start_date": {
      "type": "string",
      "format": "date",
      "description": "Employment start date.",
      "example": "2024-01-15"
    },
    "employment_end_date": {
      "type": "string",
      "format": "date",
      "nullable": true,
      "description": "Employment end date if applicable.",
      "example": null
    },
    "birthday": {
      "type": "string",
      "format": "date",
      "nullable": true,
      "description": "Birthday of the member.",
      "example": "1990-06-15"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the member was created.",
      "example": "2025-03-15T14:30:00Z"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the member was last updated.",
      "example": "2025-06-01T09:00:00Z"
    }
  }
}

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/absentify-member"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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