Create Evaluation Users
### Batch create up to 100 Organization users at once.
A higher level B2B Partner operation that can help to greatly reduce your application's API usage footprint. This call is able to batch the functionality of several calls at once for each EvaluationUser configuration object provided:
- Provide a `tradovateSubscriptionPlanId` integer value matching one of your Organization-specific Tradovate Subscription Plans to assign that membership to the created user without invoking an additional call.
- Provide an `entitlementIds` integer array to pre-assign entitlement subscriptions with matching IDs to the user. One common use case is to assign your Organization-specific TradingView addon for a user.
It is strongly advised to use this endpoint when creating new accounts to minimize API traffic.
***Note***: This endpoint replaces [/user/signUpOrganizationMember](/api/rest-api-endpoints/users/sign-up-organization-member), [/user/addTradovateSubscription](/api/rest-api-endpoints/users/add-tradovate-subscription), and [/userPlugin/addEntitlementSubscription](/api/rest-api-endpoints/users/add-entitlement-subscription).
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
users
Response
CreateEvaluationUsersResponse
results
errorText
Non-empty if the request failed

