@transreport/pauk-rrms-api
    Preparing search index...

    Type Alias SearchUsersParams

    Generated by orval v8.4.2 🍺 Do not edit manually. RRMS API

    RRMS API

    The RRMS (Railway Resource Management System) API provides endpoints for managing station settings and job timings for assistance operations.

    All endpoints require staff authentication credentials.

    OpenAPI spec version: v1

    type SearchUsersParams = {
        limit?: number;
        q?: string;
        station_code: string;
    }
    Index

    Properties

    limit?: number

    Max results to return (default: 20, max: 100)

    q?: string

    Partial name, username or email to filter by (matches start of field, min 1 char)

    station_code: string

    CRS code identifying the TOC whose staff to return