getUUIDMetadata

expect abstract fun getUUIDMetadata(uuid: String? = null, includeCustom: Boolean = false): GetUUIDMetadata
actual abstract fun getUUIDMetadata(uuid: String?, includeCustom: Boolean): GetUUIDMetadata

Returns metadata for the specified UUID, optionally including the custom data object for each.

Parameters

uuid

Unique user identifier. If not supplied then current user’s uuid is used.

includeCustom

Include respective additional fields in the response.

actual abstract fun getUUIDMetadata(uuid: String?, includeCustom: Boolean): GetUUIDMetadata