api_users.Rd
NB: This function is accessible to application administrators only. Use [api_users_search()]
as an alternative.
api_users()
A list of users or a single user, each containing
id
: the unique numeric id of this user;
email
: email address, as text;
name
: name, as text;
organisation
: organisation name, as text;
active
: whether the user is still active;
country
: the country name, as text (but chosen in a consistent list);
usercreationdate
: the date of creation of the user, as text formatted according to the ISO 8601 standard; parse it with lubridate::ymd_hms()
;
usercreationreason
: paragraph describing the usage of EcoTaxa made by the user.