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

    Interface ScimProvisionedUser

    interface ScimProvisionedUser {
        active: boolean;
        createdAt: string;
        displayName: string | null;
        emails: { primary: boolean; value: string }[];
        externalId: string | null;
        groups: string[];
        id: string;
        role: "auditor" | "admin" | "developer" | "viewer";
        updatedAt: string;
        userName: string;
    }
    Index
    active: boolean
    createdAt: string
    displayName: string | null
    emails: { primary: boolean; value: string }[]
    externalId: string | null
    groups: string[]
    id: string
    role: "auditor" | "admin" | "developer" | "viewer"
    updatedAt: string
    userName: string