Assign Record User

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

post/records/{recordId}/assignees

Path parameters

recordIdstring required
Example:777

The ID of the Record to assign.

Request body

assigneeUserIdstring required

The ID of the organization member to assign. Idempotent: re-assigning an existing member returns the existing assignment.

Response

The created (or existing) assignment.

idstring required

The ID of the record assignment.

recordIdstring required

The ID of the Record this assignment belongs to.

assigneeUserIdstring required

The ID of the organization member assigned to the Record.

assignedByUserIdstring required

The ID of the user who created the assignment.

createdAtstring required

The ISO 8601 timestamp when the assignment was created.

Changes

Changed in 1 of the 37 revisions of this API.1