Type Alias MemberProfileResponseDto
MemberProfileResponseDto: {
activeSpaceCount?: number;
affiliation?: string | null;
bio?: string | null;
createdAt: string;
displayName: string;
email: string | null;
externalMemberCode?: string | null;
fieldValues: {
fieldId: string;
valueDate: string | null;
valueNumber: number | null;
valueText: string | null;
}[];
id: string;
inactiveSpaceCount?: number;
isActive: boolean;
isIssuedAccount?: boolean;
lastLoginAt: string | null;
pictureUrl?: string | null;
profileId: string;
role: {
key: string;
name: string;
};
userId: string | null;
}
Type declaration
OptionalactiveSpaceCount?: number
Optionalaffiliation?: string | null
Optionalbio?: string | null
createdAt: string
displayName: string
email: string | null
OptionalexternalMemberCode?: string | null
fieldValues: {
fieldId: string;
valueDate: string | null;
valueNumber: number | null;
valueText: string | null;
}[]
id: string
OptionalinactiveSpaceCount?: number
isActive: boolean
OptionalisIssuedAccount?: boolean
lastLoginAt: string | null
OptionalpictureUrl?: string | null
profileId: string
role: {
key: string;
name: string;
}
userId: string | null
표시 이름. 구성원 정보 필드의 기본 필드 key
name에 대응.