Skip to contents

Get OU Org UIDS

Usage

get_ouuids(
  add_details = FALSE,
  username,
  password,
  baseurl = "https://final.datim.org/"
)

Arguments

add_details

Add countries for regional ou, default is false

username

DATIM Username, recommend using glamr::datim_user()`

password

DATIM password, recommend using glamr::datim_pwd()`

baseurl

base url for the API, default = https://final.datim.org/

Value

OU UIDS as tibble

Examples

if (FALSE) { # \dontrun{
 library(grabr)

 # OU Org UIDs
 ous <- get_ouuids()
} # }