Update User
PUT
/api/v1/developer/users/{id}
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id*
Type
Requiredstring
Example
"550e8400-e29b-41d4-a716-446655440000"Request Body
application/json
JSON "first_name": "John", "last_name": "Doe", "user_email": "john.doe@example.com", "employee_number": "E001", "onboard_time": 1689304925, "status": "ACTIVE"
{
}
Responses
User updated successfully
application/json
JSON "code": "string", "msg": "string", "data": null
{
}