> ## Documentation Index
> Fetch the complete documentation index at: https://docs.crovant.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Staff Profiles (POST)

> Auto-generated from serverless function staff-profiles.



## OpenAPI

````yaml /openapi.json post /staff-profiles
openapi: 3.0.3
info:
  title: Crovant API
  version: 1.0.0
  description: >-
    Auto-generated from the serverless handlers in `netlify/functions/`.
    Endpoints are served under `/api`; the legacy `/.netlify/functions` prefix
    resolves to the same handlers.
servers:
  - url: https://crovant.com/api
    description: Production
  - url: /api
    description: Relative to the current origin
security: []
paths:
  /staff-profiles:
    post:
      tags:
        - Staff Profiles
      summary: Staff Profiles (POST)
      description: Auto-generated from serverless function staff-profiles.
      operationId: post_staff_profiles
      parameters:
        - name: workspaceId
          in: query
          required: false
          schema:
            type: string
        - name: userId
          in: query
          required: false
          schema:
            type: string
      responses:
        '200':
          description: Success

````