Forest Admin - API reference
    Preparing search index...
    type Caller = {
        email: string;
        environment: string | null;
        firstName: string;
        id: number;
        lastName: string;
        permissionLevel: "admin" | "developer" | "editor" | "user";
        project: string | null;
        renderingId: number;
        request: { ip: string };
        requestId: string;
        role: string;
        tags: { [key: string]: string };
        team: string;
        timezone: string;
    }
    Index

    Properties

    email: string
    environment: string | null
    firstName: string
    id: number
    lastName: string
    permissionLevel: "admin" | "developer" | "editor" | "user"
    project: string | null
    renderingId: number
    request: { ip: string }
    requestId: string
    role: string
    tags: { [key: string]: string }
    team: string
    timezone: string