Skip to contents

Get team names and IDs for the organization

Usage

EF_GetTeamsList(token)

Arguments

token

API Token Object (see EF_CreateAPIToken

Value

A data frame with the following columns:

TeamId

`numeric` (long) — Team unique identifier

Name

`character` (string) — Team Name

Examples