Update User
2.3 Update User
Request
Method | URL |
PATCH | /merchant/v1/users/{user_id} |
Response
Status | Response |
200 | { "id": 1, "email": "updateduser@example.com", "name": "Updated User", "merchantId": 123, "createdDate": "2022-01-01T12:00:00", "updatedDate": "2022-01-02T15:30:00" } |
403 | |
400 | |
401 | |
401 | |
500 |
Last updated