Pull OU UIDS

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

Arguments

username

DATIM Username

password

DATIM password, recommend using mypwd()

baseurl

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

Examples

if (FALSE) {
 ous <- identify_ouuids("userx", mypwd("userx")) }