asapi_user_post: The Users POST Function

Description Usage Arguments

View source: R/api_connector.R

Description

This function allows you to POST New User with the API and retrieve your API KEY

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
asapi_user_post(
  client,
  user_name,
  email_user,
  password,
  rol,
  email,
  api_key,
  url = "https://api.agrospace.cl"
)

Arguments

client

Client name

user_name

The new user name

email_user

Email of the new user

password

password of the new user

rol

rol of the new user (Optional)

email

email of user

api_key

Api Key obtain from /auth

url

URL for dev purpose


agrospace/ASAPI documentation built on Nov. 26, 2021, 3:36 a.m.