Create User
Create a new user in the DrugNet system.
Make your first request
To make your first request, send an authenticated request to the drugnet endpoint. This will create a user, which is nice.
Create user.
POST
/create_user
This endpoint allows you to create a new user in the DrugNet System.
Request Body
Name
Type
Description
name*
string
The name of the user
email*
string
The email of the user
phone*
string
The phone of the user
country
string
Source country
Take a look at how you might call this method using our official libraries, or via curl
:
Example
Last updated