add-institute-user
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
auto generated from front end
key, value = (Allow Backdated Collection = yes, no), (Enable Fees Waever Permission = yes, no), (Weaver Permisson Percent, 0-100%), (Is Allow Remove Voucher/Invoice = yes,no), (Exam/Assessment Entry = Self Only, All Teacher, no), (Dashboard View = with check mark, without check mark), (OTP Login = ), (Debit Restricted Ledger Name = ), (Crebit Restricted Ledger Name = )
Request samples
curl --location --request POST 'https://apidev.edufee.online/api/add-institute-user' \
--form 'hr_id=""' \
--form 'password=""' \
--form 'role=""' \
--form 'key[]=""' \
--form 'value[]=""'
Responses
application/json {
"errors": null,
"message": "Success",
"status_code": 200,
"payload": {
"data": {
"message": "User Assign Successfully",
"data": {
"institute_details_id": "1",
"name": "sawrav",
"username": "sawrav",
"user_type": "accountant",
"updated_at": "2025-05-07T07:19:54.000000Z",
"created_at": "2025-05-07T07:19:54.000000Z",
"id": 34
}
}
}
}
Modified at 2025-05-17 04:53:19