gp_api_query_users: Get GP user profile info

gp_api_query_usersR Documentation

Get GP user profile info

Description

Gets a summary of galacticpolymath.com user accounts through the GP API (needs authenticated user)

Usage

gp_api_query_users(
  WD = "?",
  unit_id = NULL,
  prompt_user = TRUE,
  dev = FALSE,
  verbosity = 1
)

Arguments

prompt_user

logical; ask user before deleting and replacing the unit? default=TRUE

dev

logical; if FALSE (default), gets catalog from the production gp-catalog. Otherwise, from the dev catalog.

verbosity

passed to httr2::req_perform(); default=1

Value

success (logical)

See Also

Other GP API: gp_api_get_token(), gp_api_query(), gp_api_unit_delete(), gp_api_unit_insert(), gp_api_unit_replace()


galacticpolymath/GPpub documentation built on April 5, 2025, 6:04 p.m.