Skip to content

Update User

PUT
/api/v1/developer/users/{id}

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Request Body

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

Responses

User updated successfully

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": null
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI