@mbanq/core-sdk-js / commands / GetUserDetail
Function: GetUserDetail()
GetUserDetail():
Command<{ }, {accessToken:string;authenticated:boolean;isSelfServiceUser:boolean;isTwoFactorAuthenticationRequired:boolean;officeId:number;officeName:string;permissions:string[];roles:object[];shouldRenewPassword:boolean;userId:number;username:string; }>
Defined in: src/commands/rest/user.ts:76
Returns
Command<{ }, { accessToken: string; authenticated: boolean; isSelfServiceUser: boolean; isTwoFactorAuthenticationRequired: boolean; officeId: number; officeName: string; permissions: string[]; roles: object[]; shouldRenewPassword: boolean; userId: number; username: string; }>