Updates information for an existing staff member.
Request
Add parameter in header X-API-KEY
Example:X-API-KEY: ********************
Body Params multipart/form-data
Responses
application/json {
"data": {
"staffid": "2",
"email": "[email protected]",
"fullname": "doe john",
"role": "Employee",
"last_login": null,
"active": "1"
},
"message": "success"
}
Modified at 2024-09-05 09:36:01