Token Permission

  • boostId
    Type: string
    read-only

    Globally unique boost.space identifier for this record (UUID-like)

  • create
    Type: boolean

    Whether the token may create records in this module

  • created
    Type: string
    read-only

    Creation timestamp

  • createdUserId
    Type: integer
    read-only

    ID of user who created this record

  • delete
    Type: boolean

    Whether the token may delete records in this module

  • id
    Type: integer
    read-only

    Unique identifier - primary key

  • module
    Type: string · All modules in system (dash syntax)

    Module whose resources this permission controls

    Module name in kebab-case (dash-separated) format, used in URL path parameters. Open set (built-ins plus custom modules); not restricted to an enum.

  • read
    Type: boolean

    Whether the token may read records in this module

  • tokenId
    Type: integer

    ID of the token this permission entry belongs to

  • update
    Type: boolean

    Whether the token may update records in this module