PUT Users/UsersApi/UpsertPreferences
Request Information
URI Parameters
None.
Body Parameters
PreferencesInputModelName | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
Status | string |
None. |
|
StatusTime | date |
None. |
|
Snooze | SnoozeSettings |
None. |
|
Notifications | NotificatonPreferences |
None. |
|
IsArchieved | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": "d1f66be8-9a78-4c6d-b161-fcf796e7d422", "Status": "sample string 1", "StatusTime": "2025-04-04T02:54:00.9054049+01:00", "Snooze": { "Paused": true, "PausedFor": 1, "PausedOn": "2025-04-04T02:54:00.9054049+01:00" }, "Notifications": { "All": true, "Messages": true, "Mentions": true, "Announcements": true, "Reactions": true, "Emails": true }, "IsArchieved": true }
application/xml, text/xml
Sample:
<PreferencesInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Communicator.Models.Users"> <IsArchieved>true</IsArchieved> <Notifications> <All>true</All> <Announcements>true</Announcements> <Emails>true</Emails> <Mentions>true</Mentions> <Messages>true</Messages> <Reactions>true</Reactions> </Notifications> <Snooze> <Paused>true</Paused> <PausedFor>1</PausedFor> <PausedOn>2025-04-04T02:54:00.9054049+01:00</PausedOn> </Snooze> <Status>sample string 1</Status> <StatusTime>2025-04-04T02:54:00.9054049+01:00</StatusTime> <UserId>d1f66be8-9a78-4c6d-b161-fcf796e7d422</UserId> </PreferencesInputModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfCommunicatorJsonResultName | Description | Type | Additional information |
---|---|---|---|
Content | CommunicatorJsonResult |
None. |
|
SerializerSettings | JsonSerializerSettings |
None. |
|
Encoding | Encoding |
None. |
|
Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.