Creates a new user.
Example response
object | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
{- "data": {
- "loginName": "tim.smith",
- "email": "non@existent33.com",
- "firstName": "Tim",
- "lastName": "Smith",
- "activated": "true",
- "ssoOnly": true,
- "defaultUserGroupEdit": "Administrators",
- "defaultUserGroupViewDetails": "Administrators",
- "emailLocale": "en",
- "workflowEmailingActivated": "true",
- "noSession": true,
- "receiveAdminEmail": true,
- "requireTFA": true
}, - "operation": "add"
}
{- "response": {
- "node": "e2e-templates-node",
- "data": [
- {
- "version": 0,
- "typedId": "2147491062.U",
- "loginName": "john.pricer",
- "firstName": "Tim",
- "lastName": "Smith",
- "email": "non@existent33.com",
- "groups": null,
- "businessRoles": null,
- "activated": true,
- "workflowEmailingActivated": true,
- "noSession": true,
- "requireTFA": true,
- "receiveAdminEmail": true,
- "ssoOnly": true,
- "wizardDashboardName": null,
- "firstLogin": false,
- "additionalInfo1": null,
- "additionalInfo2": null,
- "additionalInfo3": null,
- "additionalInfo4": null,
- "emailLocale": "en",
- "defaultUserGroupEdit": "Administrators",
- "defaultUserGroupViewDetails": "Administrators",
- "productFilterCriteria": null,
- "customerFilterCriteria": null,
- "roleNames": [ ],
- "allRoleNames": [ ],
- "allGroups": [ ],
- "createDate": "2021-12-12T12:59:07",
- "createdBy": 2147490696,
- "lastLogin": null,
- "lastUpdateBy": 2147490696,
- "extendedData": null,
- "passwordExpiry": null
}
], - "status": 0
}
}