Skip to main content

getUserProfileURL()

function getUserProfileURL(params: {
userId: number;
workspaceId: number;
}): string;

Returns the URL for a user profile.

Parameters

ParameterType
params{ userId: number; workspaceId: number; }
params.userIdnumber
params.workspaceIdnumber

Returns

string