Creates multiple employees for the specified company as a streamed response.


Access: System, Admin, and ClientAdmin users only.
This endpoint streams one result per requested employee. Each streamed item contains either the created employee detail or the error code and message captured for that item.
Because the response is streamed with IAsyncEnumerable<T>, it is returned as a JSON array instead of the standard ApiResult wrapper.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

Identifier of the company where the employees should be created.

Body Params

Employee creation payloads to process in sequence.

Headers
string
Defaults to 1.0

The requested API version

string
Defaults to 1.0

The requested API version

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response

Language
Credentials
Bearer
jwt
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json
text/plain