Staff accounts, when returned from the API have the following fields
Field Name | Type | Description | Example value |
---|---|---|---|
last_updated_at |
Unix Time |
Last time the record was updated | 1709055504 |
account_id |
string (UUID) |
Unique identifier for this staff account. | "1056396b-03b1-4da5-9ceb-b7004e976213" |
event_id |
string (UUID) |
Unique identifier for the dashboard. | "0b059b31-785e-428a-a209-fe81c92b4013" |
vendor_id |
string (UUID) |
Unique identifier for the associated vendor. | “e6438d32-732e-4ab7-b37e-d0a71d10e554” |
Note: returned as null
if there’s no vendor association |
| can_topup
| bool
| Flag indicating if the account is authorized to perform topups | true
|
| can_closeout
| bool
| Flag indicating if the account is authorized to close accounts. For cards/wristbands set to use face-to-face topups only, this would also represent the authority to provide a refund of the remaining balance if applicable. | false
|
| can_request_refund
| bool
| Flag indicating if the account is authorized to request reversals (void transactions) | true
|
| can_refund
| bool
| Flag indicating if the account is authorized to approve reversals (void transactions) and apply the void transaction amount to the available balance of the wristband | false
|
| can_administrate
| bool
| Flag indicating if the account is authorized to access the administration dashboard | false
|
| can_update_nfc_tag_metadata
| bool
| Flag indicating if the account is authorized to update guest registry data | false
|
| can_read_nfc_tag_metadata
| bool
| Flag indicating if the account is authorized to read guest registry data | true
|
| can_perform_arbitrary_deduction
| bool
| Flag indicating if the account is authorized to deduct a general sale amount from a card/wristband | true
|
| can_request_gratuity
| bool
| Flag indicating if the account is authorized to receive a tip/gratuity from a guest when processing a sale/purchase | true
|
| can_apply_online_topup
| bool
| Flag indicating if the account is authorized to apply balances of online topups authorized by the guest using the self serve online topup gateway | true
|
| can_apply_scratch
| bool
| Flag indicating if the account is authorized to activate a wristband for face to face topup use if the wristband is configured as activatable. | true
|
| can_credit_loyalty_points
| bool
| Flag indicating if the account is authorized to reward loyalty points | true
|
| can_debit_loyalty_points
| bool
| Flag indicating if the account is authorized to redeem/deduct loyalty points | true
|
| can_operate_as_kiosk
| bool
| Flag indicating if the account is set to operate in kiosk mode | false
|
| user_did_confirm
| bool
| Flag indicating if the account has confirmed this assignment in their dashboard | true
|
| last_updated_by_account_id
| string
(UUID) | Account id of the user who last updated this record | "1056396b-03b1-4da5-9ceb-b7004e976213"
|