api_get_users: List all EcoTaxa users

View source: R/api_users.R

api_get_usersR Documentation

List all EcoTaxa users

Description

NB: This function is accessible to application administrators only. Use ⁠[api_users_search()]⁠ as an alternative.

Usage

api_get_users()

Value

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.


jiho/ecotaxar documentation built on Jan. 16, 2024, 12:26 a.m.