PEAKS Person

A person record managed within a UC Davis CAES PEAKS team.

UniversityHigher EducationEducationUnited StatesCaliforniaUC SystemPublic Research UniversityResearchResearch DataIdentity FederationDigital CollectionsLibraryHealthOpen-Source

Properties

Name Type Description
id integer System-assigned identifier for the person.
active boolean Whether the person record is active.
teamId integer Identifier of the owning team.
userId stringnull Linked user account identifier.
firstName string Person's first name.
lastName string Person's last name.
name stringnull Derived full name.
email string Person's email address.
tags stringnull Comma-delimited tags.
title stringnull Person's title.
homePhone stringnull Home phone number.
teamPhone stringnull Team phone number.
supervisorId integernull Identifier of the supervising person.
startDate stringnull Person's start date.
View JSON Schema on GitHub

JSON Schema

uc-davis-person-schema.json Raw ↑
{
  "x-provenance": {
    "generated": "2026-08-19",
    "method": "derived",
    "operator": "institution",
    "source": "openapi/_original/uc-davis-peaks.yaml (PEAKS API v1, https://peaks.ucdavis.edu/swagger/v1/swagger.json)",
    "note": "Derived by API Evangelist tooling from the institution's own PEAKS contract. Not published by UC Davis."
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/uc-davis/main/json-schema/uc-davis-person-schema.json",
  "title": "PEAKS Person",
  "description": "A person record managed within a UC Davis CAES PEAKS team.",
  "type": "object",
  "required": [
    "email",
    "firstName",
    "lastName"
  ],
  "additionalProperties": false,
  "properties": {
    "id": {
      "type": "integer",
      "format": "int32",
      "description": "System-assigned identifier for the person."
    },
    "active": {
      "type": "boolean",
      "description": "Whether the person record is active."
    },
    "teamId": {
      "type": "integer",
      "format": "int32",
      "description": "Identifier of the owning team."
    },
    "userId": {
      "type": [
        "string",
        "null"
      ],
      "description": "Linked user account identifier."
    },
    "firstName": {
      "type": "string",
      "maxLength": 50,
      "description": "Person's first name."
    },
    "lastName": {
      "type": "string",
      "maxLength": 50,
      "description": "Person's last name."
    },
    "name": {
      "type": [
        "string",
        "null"
      ],
      "maxLength": 256,
      "readOnly": true,
      "description": "Derived full name."
    },
    "email": {
      "type": "string",
      "format": "email",
      "maxLength": 256,
      "description": "Person's email address."
    },
    "tags": {
      "type": [
        "string",
        "null"
      ],
      "description": "Comma-delimited tags."
    },
    "title": {
      "type": [
        "string",
        "null"
      ],
      "description": "Person's title."
    },
    "homePhone": {
      "type": [
        "string",
        "null"
      ],
      "description": "Home phone number."
    },
    "teamPhone": {
      "type": [
        "string",
        "null"
      ],
      "description": "Team phone number."
    },
    "supervisorId": {
      "type": [
        "integer",
        "null"
      ],
      "format": "int32",
      "description": "Identifier of the supervising person."
    },
    "startDate": {
      "type": [
        "string",
        "null"
      ],
      "format": "date-time",
      "description": "Person's start date."
    }
  }
}

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/uc-davis-person"
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.