ProfilePublicData

public struct ProfilePublicData : Content

Used to return a user’s public profile contents. For viewing/editing a user’s own profile, see UserProfileData.

Returned by: GET /api/v3/users/ID/profile

See UsersController.profileHandler(_:).