Skip to content

@mbanq/core-sdk-js v0.50.0


@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; }>

Released under the MIT License.