Hi,
I am starting to use the REST API for UCS and would like to modify a single user LDAP attribute.
I am wondering whether there is a better way than: retrieving the entire set of user attributes as JSON, modifying the one value in the JSON structure, and then uploading the entire JSON data again…? This feels a bit excessive for only one single change.
Any suggestions welcome, thank you!
PS: I cannot use udm on the shell, sorry.