Account Object
The Account Object represents a single community member's Sonoran CAD account.
Schema
Field
Type
Example
{
"uuid": "00000000-0000-0000-0000-000000000000",
"username": "ExampleUser",
"communityUserId": "player-1234",
"status": 1,
"joined": "2026-01-14T18:22:00Z",
"lastLogin": "2026-04-08T20:55:00Z",
"permissions": {
"police": true,
"admin": false,
// Rest of the permissions, see below
}
}Enumeration Values
ACCOUNT_STATUS
Value
Description
Permissions
Field
Type
Last updated
Was this helpful?

