Skip to contents

Get Operatingunit / Country Org UID

Usage

get_ouuid(
  operatingunit,
  username,
  password,
  baseurl = "https://final.datim.org/"
)

Arguments

operatingunit

Operatingunit name

username

Datim Account username, recommend using glamr::datim_user()`

password

Datim Account Password, recommend using glamr::datim_pwd()`

baseurl

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

Value

uid

Examples

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

  # get orgunit for specific OU/Country: kenya
  get_ouuid(operatingunit = "Kenya")
} # }