getProfileField

abstract suspend fun <T : ProfileField> getProfileField(userId: UserId, key: ProfileField.Key<T>): Result<T>

See also