UpdateUserReference

Updates the reference identifier for a specific user based on the user UUID. The reference is a custom identifier that can be used to link users to external systems.

void UpdateUserReference(FString UserId, const FVyUpdateUserReferenceRequest& Params, const FVyOnUpdateUserReferenceComplete& OnComplete) const;

Parameters

UserId

FString

The user `UUID` whose **reference** you want to update.

Params

Parameters for this operation (FVyUpdateUserReferenceRequest)

OnComplete

FVyOnUpdateUserReferenceComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnUpdateUserReferenceComplete) Contains a FVyUserReferenceDto response type

Last updated