R/profile.R
kth_profile_school_dep.Rd
Retrieve organizational unit for a given kthid or accountname
kth_profile_school_dep(kthid, cfg = config())
a string with the account name or KTH user id
configuration setting for the KTH APIs including base URL etc, by default from config()
if (FALSE) {
kth_profile_school_dep("u1z88syr")
kth_profile_legacy("tjep")
}