Get current user

Get details of the currently authenticated user.

get/users/me

Headers

X-Fanvue-API-Versionstring required
Example:2025-06-26

API version to use for the request

Response

Current user details

uuidstring uuid required
emailstring email required
handlestring required
biostring required
displayNamestring required
isCreatorboolean required
isAiCreatorboolean required

Whether the account is an AI creator: an AI-generated persona rather than a human creator. Fanvue marks these with an "AI Generated" badge, so surface the same disclosure wherever you show the creator off-platform. Always false for non-creator accounts.

rolesstring[] required

Full non-exclusive set of roles held by the account. Unlike isCreator, this expresses that an account can be several things at once (e.g. a creator who also manages an agency). isCreator is retained and always equals roles.includes("creator").

isDiscoverableboolean required

Whether the profile is eligible to appear in Discovery. Reflects the creator's discoverability setting; it is turned off when the account is restricted or fails moderation. Final placement in Discovery and Suggestions feeds also depends on ranking and per-viewer filters, so being discoverable does not guarantee appearance for every viewer. Always false for non-creators.

isInCuratedSectionboolean required

Whether the creator is currently surfaced in Discovery/Suggestions via the manager-controlled recommendation flag. Unlike isDiscoverable (which is only eligibility), this reflects active curation and is the signal that a model is being surfaced. Final placement for any given viewer still depends on ranking and per-viewer filters (e.g. already-following, country), so this does not guarantee appearance for every viewer. Always false for non-creators.

createdAtstring date-time required
updatedAtstring date-time nullable required
avatarUrlstring nullable required
bannerUrlstring nullable required
likesCountnumber

Total likes the creator's content has received. Absent for non-creator accounts.

Changes