This function will quickly pull the list of company ids that you have access to

cja_get_me(expansion = NULL, debug = FALSE)

Arguments

expansion

Comma-delimited list of additional metadata fields to include in the response. Options are 'admin'

debug

Used to help troubleshoot api call issues. Shows the call and result in the console

Value

A list of the current user metadata

Examples

if (FALSE) {
cja_get_me()
}