Bulk Create User Operational as Admin
Developing
POST
/v1/users/operational/bulk
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/users/operational/bulk' \
--header 'Content-Type: application/json' \
--data-raw '{
"datas": [
{
"fullname": "User Ops 235",
"email": "ops231@mail.com",
"is_active": true,
"functional": "Forklift operator",
"role_id": "19209eff-6d21-4a95-9f1c-118835d9f009"
},
{
"fullname": "User Ops 234",
"email": "ops232@mail.com",
"is_active": true,
"functional": "Forklift operator",
"role_id": "19209eff-6d21-4a95-9f1c-118835d9f009"
}
]
}'
Response Response Example
{
"message": "Sukses membuat user operasional",
"data": null
}
Request
Body Params application/json
Responses
Modified at 2025-05-21 09:17:42