User

Schema

id (int, computed, immutable)

ID of the user.

module (string)

Module identifier of the user.

client (Entity, default = ) (optional)

Client of the user.

fields (object(schema), default = []) (optional)

List of field attributes.

Schema: generated from the module’s fields during planning phase.

Examples

User entity

[
  {
    "resource_user": "admin",
    "resource": {
      "module": "users",
      "fields": {
        "email": "admin@brezel.io"
      }
    }
  }
]