Assign Record User
Assign an organization member to a Record. Idempotent: re-assigning an existing member returns the existing assignment.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the Record to assign.
"777"
Body
The ID of the organization member to assign. Idempotent: re-assigning an existing member returns the existing assignment.
Response
The created (or existing) assignment.
An assignment of an organization member to a Record.
The ID of the record assignment.
The ID of the Record this assignment belongs to.
The ID of the organization member assigned to the Record.
The ID of the user who created the assignment.
The ISO 8601 timestamp when the assignment was created.