Use this endpoint to create new user accounts in Tenovos, whether local (username and password) or a federated (SSO) user account. Depending on the quantity of users being created, and current processing times, we will determine how best to process your request. If run as a batch, the response will be an HTTP Status Code of 202, and the task id will be returned. Use the task endpoint to request the status and other task information.
Successful Request. User Created Successfully.
Successful Request. Batch creation of users has started.
One or more required parameters are missing or invalid.
Authentication failed (unauthorized).
Forbidden. You do not have permissions to perform this action, or your connection information is not correct.
The server is too busy to handle the request.
[- {
- "firstName": "John",
- "lastName": "Wick",
- "friendlyName": "John Wick",
- "email": "john.wick@tenovos.com",
- "username": "john.wick",
- "password": "string",
- "accountType": "local",
- "country": "USA",
- "company": "Tenovos",
- "phone": "15402166600",
- "contact": "Winston at the Continental",
- "roleId": "7d5620e0-f423-11e9-8071-89c0c4052141",
- "proofing": false,
- "groupIds": [
- "7d6207c0-f423-11e9-8071-89c0c4052141",
- "86207c0-fft423-11e9-83071-89c0c4052878",
- "9v2207c0-f423-55e9-1234-71b0c4052626"
]
}
]{- "users": [
- {
- "id": "7d675ef0-f423-11e9-8071-89c0c4052141",
- "email": "john.wick@tenovos.com"
}
]
}