getUserImage
suspend fun getUserImage(userId: ERROR CLASS: Symbol not found for UUID?? = null, tag: String? = null, format: ERROR CLASS: Symbol not found for ImageFormat?? = null): Response<ByteArray>
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.