*
* API Call: PUT /config/user-scope/{scope}
*/
public SystemConfigRestRep setUserScopeSystemConfiguration(String scope)
{
SystemConfigRestRep response = client.put(SystemConfigRestRep.class, CONFIG_URL + USER_SCOPE_URL + USER_SCOPE, new Object[] {scope});
return response;
}