UpdateUserReference
Description
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(const FString& userId, const FVyUpdateUserReferenceRequest& reqParams) const
Parameters
userId
FString
The user `UUID` whose **reference** you want to update.
Returns
void User's reference updated successfully.
Last updated