...
The /1/user endpoint provides for the creation of new users.
Info |
---|
|
NOTE: This API is currently in beta and applies only to the 'iFrame' API customers. |
Endpoint Details
Example
Info |
---|
|
curl -X POST \ -H 'User-Agent: dmtd-rest-api' \ -H 'Authorization: Bearer L2Hth4lRwgHRBWtX8Hkl5w==' \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -d '{ "code": "Code: 1234", "firstName": "Fred", "lastName": "Flintstone", "email": "fred@example.com" }' \ httphttps://dataapi-sandbox.datamtd.com/1/user |
Info |
---|
|
{ "locale": "en", "firstName": "Fred", "id": 13, "dmtdAdministrator": false, " "code": "Code: 1234", "emailfirstName": "fred@example.comFred", "updatedAtlastName": "2019-06-25T09:39:54ZFlintstone", "emailVerifiedemail": true, "createdAt": "2019-06-25T09:39:54Z"fred@example.com", "lastNamelocale": "Flintstoneen" } |