File

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

Index

Properties

Properties

dob
dob: string
Type : string
email
email: string
Type : string
emailVerified
emailVerified: string
Type : string
firstName
firstName: string
Type : string
gender
gender: string
Type : string
grade
grade: string
Type : string
language
language: string
Type : string
lastName
lastName: string
Type : string
location
location: string
Type : string
loginId
loginId: string
Type : string
password
password: string
Type : string
phone
phone: string
Type : string
phoneVerified
phoneVerified: any
Type : any
position
position: string
Type : string
profileSummary
profileSummary: string
Type : string
provider
provider: string
Type : string
regOrgId
regOrgId: string
Type : string
roles
roles: Array<string>
Type : Array<string>
rootOrgId
rootOrgId: string
Type : string
subject
subject: string
Type : string
userId
userId: string
Type : string
userName
userName: string
Type : string
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 ""