-
Versions
Concepts
Resources
- Attachment
- Bulk-Export
- Bulk-Import
- Comment
- Countries
- Heartbeat
- Notification
- Question
- Question Follow
- Question Forward
- Question Updates
- Search
- Share content
- Settings
- Solution
- Tag
- User
Skype for Business settings resources
Get Skype for Business settings
GET /settings/skype-for-business
Response
{
"enabled": true,
"server": "https://example.luware.net/WIS_HttpBinding",
"application_id": "B780F41E-D83B-4B0D-8A05-118819FF8123"
}
Update Skype for Business settings
PUT /settings/skype-for-business
Note:
If a setting key is omitted the setting is ignored. If the value for a setting is set to null
the respective setting is reset to its default value.
Parameter | Type | Default | Description |
---|---|---|---|
enabled |
boolean |
false |
If skype for business integration is enabled. |
server |
url |
- | Url of the WIS server. |
application_id |
string |
- | Application ID to enable the Skype for Business conversation context. |
Response
{
"enabled": true,
"server": "https://example.luware.net/WIS_HttpBinding",
"application_id": "B780F41E-D83B-4B0D-8A05-118819FF8123"
}