File

src/app/modules/org-management/interfaces/user-upload-status-response.ts

Index

Properties

Properties

failureResult
failureResult: Array<IUserUploadStatusResult>
Type : Array<IUserUploadStatusResult>
objectType
objectType: string
Type : string
processId
processId: string
Type : string
status
status: string
Type : string
successResult
successResult: Array<IUserUploadStatusResult>
Type : Array<IUserUploadStatusResult>
export interface IUserUploadStatusResponse {
    objectType: string;
    processId: string;
    status: string;
    successResult: Array<IUserUploadStatusResult>;
    failureResult: Array<IUserUploadStatusResult>;
}
export interface IUserUploadStatusResult {
    dob: string;
    email: string;
    emailVerified: string;
    firstName: string;
    gender: string;
    grade: string;
    language: string;
    lastName: string;
    location: string;
    loginId: string;
    password: string;
    phone: string;
    phoneVerified: any;
    position: string;
    profileSummary: string;
    provider: string;
    regOrgId: string;
    roles: Array<string>;
    rootOrgId: string;
    subject: string;
    userId: string;
    userName: string;
}

results matching ""

    No results matching ""