Skip to main content

UsersController_create

UsersController_create

Request Body โ€” REQUIRED
name string โ€” REQUIRED

The full name of the User

gender string โ€” REQUIRED

Gender of the User

email string โ€” REQUIRED

Email of the User

phone string โ€” REQUIRED

Phone number of the User

wallet string โ€” REQUIRED

Wallet address of the User

roles string[] โ€” REQUIRED

Roles of the User

Status Codes
201
UsersController_create
POST /v1/users
Body
Loading...
curl -L -X POST 'http://docs.rahat.io/v1/users' \
-H 'Content-Type: application/json' \
--data-raw ''