R/profile.R
kth_belonging_institutional.Rd
Retrieve organizational belonging for a given kthid or accountname at institutional level (assumed to be the second highest hierarchical level)
kth_belonging_institutional(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()
a tibble with the userid, the "slug" and the org unit description
if (FALSE) {
kth_belonging_institutional("u1z88syr")
kth_belonging_institutional("tjep")
}