User Reference
data class UserReference(val username: String, val pseudonym: String?, val isRegisteredUser: Boolean)
Represents a reference to a user in AO3.
Users who are active as themselves (i.e. their display names do not have brackets) should pass in null as a pseudonym.
Properties
Link copied to clipboard
Link copied to clipboard
True if the user is registered, false if the user is not registered (i.e. anonymous).
Link copied to clipboard
Represents the username of the referred user if the user is a registered Archive member. If the user is not registered (i.e. the UserReference is anonymous), then this property represents the name used by the unregistered UserReference.