Card assignments
Create card assignment
post/card_assignments
Request body
Response
OK
idinteger required
The ID of the card assignment
resource_type'CardAssignment' required
The resource type of the card assignment
created_atstring date-time required
When the card assignment was created
updated_atstring date-time required
When the card assignment was updated
status'activated' | 'deactivated' required
The status of the card assignment.
two_factor_pinstring nullable required
Pin code used as two factor authentication for the card assignment.
send_two_factor_pin_notificationboolean required
Whether to send a notification to the assignee when the two factor pin is set/changed.
assignee_type'User' | 'Guest' required
The assignee type of the card assignment
assignee_idinteger required
The assignee ID of the card assignment
card_idinteger required
The card ID of the card assignment
created_by_type'null' | 'User' nullable required
The created_by type of the card assignment
created_by_idinteger nullable required
The created_by ID of the card assignment
guest_idinteger nullable required
The guest ID of the card assignment
user_idinteger nullable required
The user ID of the card assignment
Changes
No recorded changes to this endpoint across all 1 revision of this API.