getUserProfileURL()
function getUserProfileURL(params: {
userId: number;
workspaceId: number;
}): string;
Returns the URL for a user profile
Parameters
Parameter | Type | Description |
---|---|---|
params | { userId : number ; workspaceId : number ; } | Object containing workspaceId and userId |
params.userId | number | - |
params.workspaceId | number | - |
Returns
string
A relative URL path