new_user: Create a new user on ixplorer.

View source: R/create_users.R

new_userR Documentation

Create a new user on ixplorer.

Description

This function creates a new user on an ixplorer server by sending a POST request to the appropriate endpoint.

Usage

new_user(base_url, api_key, owner, repo, user_data)

Arguments

base_url

The base URL of the ixplorer server.

api_key

The API key for authentication on the ixplorer server.

owner

The owner (organization or user) of the repository where the user will be created.

repo

The name of the repository where the user will be created.

user_data

An object containing user information, including at least email, login_name, and username.

Value

A list containing the response from the ixplorer server, including the generated password.


ixpantia/ixplorer documentation built on Jan. 3, 2024, 7:59 p.m.