R/get_outable.R
get_ouuids.Rd
Get OU Org UIDS
get_ouuids( add_details = FALSE, username, password, baseurl = "https://final.datim.org/" )
Add countries for regional ou, default is false
DATIM Username, recommend using glamr::datim_user()`
DATIM password, recommend using glamr::datim_pwd()`
base url for the API, default = https://final.datim.org/
OU UIDS as tibble
if (FALSE) { # \dontrun{ library(grabr) # OU Org UIDs ous <- get_ouuids() } # }