Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ScimResponse

    interface ScimResponse {
        body: unknown;
        headers: Record<string, string>;
        status: number;
    }
    Index
    body: unknown
    headers: Record<string, string>
    status: number