Skip to content

User Registration

POST
/api/v1/developer/users

Authorizations

bearerAuth
Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"first_name": "string",
  
"last_name": "string",
  
"user_email": "string",
  
"employee_number": "string",
  
"onboard_time": 0
}

Responses

User created successfully

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": {
  
  
"first_name": "string",
  
  
"last_name": "string",
  
  
"id": "string",
  
  
"user_email": "string"
  
}
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI