getUserImage
suspend fun getUserImage(userId: <Error class: unknown class>? = null, tag: String? = null, format: <Error class: unknown class>? = 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.