new_user | R Documentation |
This function creates a new user on an ixplorer server by sending a POST request to the appropriate endpoint.
new_user(base_url, api_key, owner, repo, user_data)
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. |
A list containing the response from the ixplorer server, including the generated password.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.