- Operation Portal
- Auth
- Role and Permission
- Global data
- Merchant
- wallet
- Common API
- Device Map
- Back office
- Auth
- Institute
- Payments
- admission
- Global data
- Modules/submodules/features
- Packages
- General Config
- Institute Portal
- Auth
- Fees Management
- HR Management
- Student Management
- Master Settings
- Role and Permission
- Open Portal
- Admission
- Common API
- SMS
- Subject Config
- Shared API
- Admission User Portal
- SPG Server end test
- Public Api
- Payment Portal
- Dont Exec
add-institute-user
Developing
POST
/api/add-institute-user
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params multipart/form-data
hr_id
integerÂ
required
password
stringÂ
required
role
stringÂ
required
key[]
array[string]
required
value[]
array[string]
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://apidev.edufee.online/api/add-institute-user' \
--form 'hr_id=""' \
--form 'password=""' \
--form 'role=""' \
--form 'key[]=""' \
--form 'value[]=""'
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"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
}
}
}
}