This API does supports the existing profile api, version 1.1 and has no access key requirements.
kth_profile_legacy(userid = NULL, config = NULL)
a string with the account name or KTH user id
a configuration setting for the KTH APIs including base URL etc, by default from config()
results records returned from the search
See details at https://api.kth.se/api/profile/swagger/?url=/api/profile/swagger.json#/v1.1/getPublicProfile_v11
if (FALSE) {
kth_profile_legacy("agnel")
kth_profile_legacy("tjep")
tryCatch(kth_profile(username = "hoyce"), error = function(e) e, warning("Does not exist?"))
}