GetUserProfile

Retrieves the user profile data for a given user ID.

Client Authoritative (default)

public static VyTask<VyUserProfileDto> GetUserProfile(string id)

Path Parameters

Returns

VyTask<VyUserProfileDto> A task that represents the asynchronous operation. The task result contains the user profile data.

Last updated