Skip to main content

RootClientUser

RootClientUser = object

Methods

getCurrentUserId()

getCurrentUserId(): UserGuid

Returns

UserGuid


getUserProfile()

getUserProfile(userId: string): Promise<UserProfile>

Parameters

ParameterType
userIdstring

Returns

Promise<UserProfile>


getUserProfiles()

getUserProfiles(userIds: string[]): Promise<UserProfile[]>

Parameters

ParameterType
userIdsstring[]

Returns

Promise<UserProfile[]>


showUserProfile()

showUserProfile(userId: string): void

Parameters

ParameterType
userIdstring

Returns

void