SapccApiGetNotificationPreferencesRequest
Request parameters for getNotificationPreferences operation in SapccApi. SapccApiGetNotificationPreferencesRequest
interface SapccApiGetNotificationPreferencesRequest {
readonly baseSiteId: string;
readonly userId: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
baseSiteId | Required | string | Base site identifier {string} SapccApiGetNotificationPreferences |
userId | Required | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user {string} SapccApiGetNotificationPreferences |