Update User
PUT
/api/v1/developer/users/{id}
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id*
Type
Requiredstring
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
{
}