Optional User Parameters
You can add optional parameters to the user schema when creating or modifying a user with the API.
photos
|
Parameter |
Description |
Allowed Values |
|---|---|---|
|
photos |
Gets the user's user-profile photo from the link provided. |
You must provide both a value and type.
|
"photos": [
{
"value": "https://myphotos.com/profile.png",
"type": "photo"
}
],
preferredLanguage
|
Parameter |
Description |
Allowed Values |
Default Value |
|---|---|---|---|
|
preferredLanguage |
The language to view SAP Analytics Cloud in. |
|
en |
"preferredLanguage": "en",
user-custom-parameters
|
Parameter |
Description |
Allowed Values |
Default Value |
|---|---|---|---|
|
cleanUpNotificationsNumberOfDays |
The date after which you want the system to delete notifications. Otherwise, the system keeps the most recent 500 notifications. |
0,1,3,7, or 14 |
0 |
|
dataAccessLanguage |
The default language for displaying stories created from live data connections. |
|
en |
|
dateFormatting |
The date display format. |
|
MMM d, yyyy |
|
isConcurrent |
Set whether or not the user has a concurrent license. |
true or false |
false |
|
marketingEmailOptIn |
To email the user information about product updates and learning opportunities, enable this feature. |
true or false |
false |
|
numberFormatting |
The number format. |
1,234.56, 1.234,56 or 1 234,56 |
1,234.56 |
|
preferredLanguage |
The language to view SAP Analytics Cloud in. |
|
en |
|
systemNotificationsEmailOptIn |
To email the user information on system activities, for example when a new password is set, enable this feature. |
true or false |
true |
|
timeFormatting |
The time display format. |
H:mm:ss, h:mm:ss a or h:mm:ss A |
H:mm:ss |
"urn:ietf:params:scim:schemas:extension:sap:user-custom-parameters:1.0": {
"dataAccessLanguage": "en",
"dateFormatting": "MMM d, yyyy",
"timeFormatting": "H:mm:ss",
"numberFormatting": "1,234.56",
"cleanUpNotificationsNumberOfDays": 0,
"systemNotificationsEmailOptIn": true,
"marketingEmailOptIn": false,
"isConcurrent": true
},For more information, see the example response in /scim/Users.