Update Current Notification Preferences

Partially update the caller’s email notification preferences.

Send only the fields you want to change; omitted fields are left unchanged. All provided fields must be boolean — explicit null values are rejected with a 422. Returns the full updated preference object.

Authentication

AuthorizationBearer
Clerk JWT token

Request

This endpoint expects an object.
completed_generation_emailbooleanOptional
Set to true to enable or false to disable completion emails. Omit to leave unchanged.
failed_generation_emailbooleanOptional
Set to true to enable or false to disable failure emails. Omit to leave unchanged.

Response

Successful Response
dataobject
Current user's email notification preferences.
metaobject

Errors

422
Unprocessable Entity Error