API Reference
PUT onboarder-user/notifications/slack
PUT operation for onboarder-user/notifications/slack
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://dev-rest.onboard.io/onboarder-user/notifications/slack" \ -H "Content-Type: application/json" \ -d '{ "onboarder_company": "string", "onboarder_user": "string", "slack_settings": "string", "map_status_updates_enabled": true, "new_discussion_mention_enabled": true, "added_to_map_enabled": true, "assigned_to_task_enabled": true, "daily_my_tasks_enabled": true, "weekly_my_tasks_enabled": true }'{
"onboarder_company": "string",
"onboarder_user": "string",
"slack_settings": "string",
"map_status_updates_enabled": true,
"new_discussion_mention_enabled": true,
"added_to_map_enabled": true,
"assigned_to_task_enabled": true,
"daily_my_tasks_enabled": true,
"weekly_my_tasks_enabled": true
}Empty
Empty
Empty
How is this guide?