Drata Personnel API

The Personnel API from Drata — 2 operation(s) for personnel.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/drata-personnel-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

drata-personnel-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Drata Public API v2 Assets Personnel API
  version: 2.0.0
  description: Best-effort OpenAPI for Drata's Public REST API v2, used to manage assets, personnel, controls, frameworks, evidence, policies, vendors, tasks, audits, risks, and monitoring tests for SOC 2, ISO 27001, HIPAA, PCI DSS, GDPR and other compliance programs.
  contact:
    name: API Evangelist
    email: kin@apievangelist.com
    url: https://developers.drata.com/openapi/reference/v2/overview/
servers:
- url: https://public-api.drata.com/public/v2
  description: Drata Public API v2
security:
- bearerAuth: []
tags:
- name: Personnel
paths:
  /personnel:
    get:
      tags:
      - Personnel
      summary: List personnel
      operationId: listPersonnel
      responses:
        '200':
          description: A page of personnel records
    post:
      tags:
      - Personnel
      summary: Create personnel
      operationId: createPersonnel
      responses:
        '201':
          description: Personnel created
  /personnel/{personnelId}:
    parameters:
    - name: personnelId
      in: path
      required: true
      schema:
        type: string
    get:
      tags:
      - Personnel
      summary: Get personnel
      operationId: getPersonnel
      responses:
        '200':
          description: Personnel record
    put:
      tags:
      - Personnel
      summary: Update personnel
      operationId: updatePersonnel
      responses:
        '200':
          description: Personnel updated
    delete:
      tags:
      - Personnel
      summary: Delete personnel
      operationId: deletePersonnel
      responses:
        '204':
          description: Personnel removed
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT