- API
- V1
- Company
- Roles
- Permissions
- User
- User Operational Tenant
- Operational
- Admin
- Get List UserGET
- Get Admin Dropdown ListGET
- Delete UserDELETE
- Auth
- Product
- FAQs
- FAQs Public
- Company Employee
- Lokasi Tujuan
- Jenis Lokasi
- Contact
- Common
- Ticket
- External
- Video Wall
- Management Gate
- Gate Activities
- Gate In/Out
- CEISA
- PTOSM
- Dashboard
- Log Activity
- Report
- Profile
- Load Unload
- Notification
- TPS Online
- Get detail data verifikasi gate inGET
Update User Operational as Admin
Developing
PATCH
/v1/users/operational/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/v1/users/operational/' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullname": "User Ops 235",
"email": "ops231@mail.com",
"is_active": true,
"functional": "Forklift operator"
}'
Response Response Example
{
"message": "Sukses mengubah user operasional",
"data": null
}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
stringÂ
required
Body Params application/json
fullname
stringÂ
required
email
stringÂ
required
is_active
booleanÂ
required
functional
stringÂ
required
Examples
Responses
🟢200Success
application/json
Body
message
stringÂ
required
data
nullÂ
required
Modified at 2025-05-19 15:53:04