Jedox OLAP documentation

home > API > [/user/set_properties] >
request url https://[SERVER]:[PORT]/user/set_properties[?PARAMETER1=value[&...]]
short description Sets or changes values of user properties
long description
parameters
name type description
elements identifier Comma separated list of user property element identifiers.
name_elements string Comma separated list of names of user property elements. Used only if elements parameter is omitted.
values double/string Colon separated list of property values. String values have to be URL encoded.
sid string Session identifier for a server connection. Use the /server/login request to get a valid session identifier.
result
# name type description
0 OK boolean "1" means OK
examples
description
Sets description property to "abc and fullName property to "xy"
further information