get
https://{targetURL}/api/v1/users//settings
This call gets all user settings of a specified user. The results can be filtered on a single key or multiple keys. To filter on multiple keys the keys have to be provided in the following way: 'key1,key2,key3'. This call can only be used by Elab admins
200Successfully fetched user settings.
401You do not have the permission to use this call
404The provided user was not found.