getUserImageUrl

fun getUserImageUrl(userId: UUID? = null, tag: String? = null, format: ImageFormat? = null): String

Get user profile image.

Parameters

userId

User id.

tag

Optional. Supply the cache tag from the item object to receive strong caching headers.

format

Determines the output format of the image - original,gif,jpg,png.