Creates a Proofing User account. Must be a Story Orchestration customer and have available user licenses.
The Request Body must be a JSON object
Successful Operation
Error occurred
Unauthorized. Missing Authorization or AccessToken or Access Token expired
Forbidden. Missing X-API-key
{- "first_name": "Tony",
- "last_name": "Stark",
- "email": "tony.stark@tenovos.com",
- "roles": [
- "manager"
], - "phone": "4412345678911",
- "timezone": "account_owner_timezone",
- "company": "Tenovos",
- "verified": false,
- "password": "string",
- "proofing_defaults": {
- "view": true,
- "comment": true,
- "decision": false,
- "share": true,
- "manage": false,
- "notification": "disabled"
}
}
{- "id": "a4fdc859-6d9e-4885-8df0-a5d315827703",
- "first_name": "Tony",
- "last_name": "Stark",
- "account_owner": false,
- "timezone": "Europe/London",
- "email": "tony.stark@tenovos.com",
- "roles": [
- "manager"
], - "phone": "4412345678911",
- "company": "Tenovos",
- "verified": "false"
}