userAccount

An authenticated user account of the website or application.

An authenticated user account of the website or application.

FieldTypeRequiredDescription
idstringNo

The user id of the account

emailAddressstringNo

The email address associated with the user account

firstNamestringNo

The first name of the user

lastNamestringstringNo

The last name of the user

https://cdn.brytecore.com/packages/schemas/userAccount.json

https://github.com/Brytecore/brytescore-api-core-packages/blob/master/schemas/userAccount.json

1/* userAccount example */
2
3var userAccount = {
4 "id": "42",
5 "emailAddress": "fordprefect@milkywayguides101.com",
6 "firstName": "Ford",
7 "lastName": "Prefect"
8}

Updated July 25, 2026