userAccount
An authenticated user account of the website or application.
An authenticated user account of the website or application.
| Field | Type | Required | Description |
|---|---|---|---|
id | string | No | The user id of the account |
emailAddress | string | No | The email address associated with the user account |
firstName | string | No | The first name of the user |
lastNamestring | string | No | 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 */23var userAccount = {4 "id": "42",5 "emailAddress": "fordprefect@milkywayguides101.com",6 "firstName": "Ford",7 "lastName": "Prefect"8}
Updated July 25, 2026