# Create 'Workengagement' Endpoint: POST /accounts/users/organization/workengagement/ Version: 2.0.0 Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret ## Request fields (application/json): - `name` (string, required) - `organization` (object,null) - `organization.id` (string) - `custom_id` (string,null) - `template_notifications` (array,null) - `color_code` (string,null) - `template_sms_notifications` (array,null) - `template_email_notifications` (array,null) ## Response 201 fields (application/json): - `id` (string, required) Additional Validation Information: Must be unique - `name` (string, required) - `organization` (object,null) - `organization.id` (string) - `custom_id` (string,null) - `template_notifications` (array,null) - `tags` (any) - `color_code` (string,null) - `created_at` (string) - `template_sms_notifications` (array,null) - `template_email_notifications` (array,null) - `customer_columns` (any) ## Response 401 fields ## Response 403 fields ## Response 429 fields