User Registration
POST
/api/v1/developer/users
Authorizations
bearerAuth
Type
HTTP (bearer)
Request Body
application/json
JSON "first_name": "John", "last_name": "Doe", "user_email": "john.doe@example.com", "employee_number": "E001", "onboard_time": 1689304925
{
}
Responses
User created successfully
application/json
JSON "code": "string", "msg": "string", "data": { "first_name": "string", "last_name": "string", "id": "string", "user_email": "string" }
{
}