Admin to Create bulk users for an organisation
This api is for Admin to Create bulk users for an organisation
REST
Headers
| Fields | Type | Description | Example | O/M | Data Management |
|---|---|---|---|---|---|
| URL | string | /v1/employees/bulk | M | ||
| METHOD | string | POST | M | ||
| content-type | string | JSON | application/json | M | |
| x-access-token | string | Session token with validity | token | M |
Request
{
"emails":["[email protected]","[email protected]"]
}
Success
[{
"email":"[email protected]",
"success":true
},
{
"email":"[email protected]",
"success":false,
"error":"email already registered"
}]
Error