Skip to contents

Calls /d2l/api/lp/(version)/organization/info and returns the org identifier.

Usage

bs_org_id()

Value

Character string of the root org unit ID.

Examples

# \donttest{
if (bs_has_token()) {
bs_org_id()
}
# }