Creates a new user.
Created
Bad Request
{- "user_id": "123456789ABCD",
- "identifiers": {
- "email_address": "joe.blow@company.com"
}, - "attributes": {
- "first_name": "Joe",
- "surname": "Blow",
- "email_verified": true
}
}
{- "data": {
- "user_id": "123456789ABCD",
- "identifiers": {
- "email_address": "joe.blow@company.com"
}, - "attributes": {
- "first_name": "Joe",
- "surname": "Blow"
}, - "email_verified": true
}
}