---
title: "Assign Record User"
method: POST
path: "/records/{recordId}/assignees"
---

# Assign Record User

`POST /records/{recordId}/assignees`

Assign an organization member to a Record. Idempotent: re-assigning an existing member returns the existing assignment.

## Path parameters

- `recordId` string, required

## Request body

- object
  - `assigneeUserId` string, required — The ID of the organization member to assign. Idempotent: re-assigning an existing member returns the existing assignment.

## Response `201`

The created (or existing) assignment.

- RecordAssignment — An assignment of an organization member to a Record.
  - `id` string, required — The ID of the record assignment.
  - `recordId` string, required — The ID of the Record this assignment belongs to.
  - `assigneeUserId` string, required — The ID of the organization member assigned to the Record.
  - `assignedByUserId` string, required — The ID of the user who created the assignment.
  - `createdAt` string, required — The ISO 8601 timestamp when the assignment was created.

## Other responses

- `401` — Error indicating that the request is not authenticated.
- `500` — An internal service error indicating an issue with the Scorecard service.

## Changes

- **2026-08-10** `121aaa257802` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/scorecard-ai/apis/scorecard-api/changes/records/:recordId/assignees/post.md)

---

[API](https://skmtc.dev/scorecard-ai/apis/scorecard-api.md) · [All operations](https://skmtc.dev/scorecard-ai/apis/scorecard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scorecard-ai/scorecard-api/revisions/121aaa257802/schema)
