Skip to main content
Version: Beta

PublicUserInfo

description

Publicly available information for a user

type PublicUserInfo {
id: ID!
firstName: String!
lastName: String!
username: String!
}

Fields

PublicUserInfo.id ● ID! non-null scalar

AS numeric user id in string format @exposed

PublicUserInfo.firstName ● String! non-null scalar

First name of the user @exposed

PublicUserInfo.lastName ● String! non-null scalar

Last name of the user @exposed

PublicUserInfo.username ● String! non-null scalar

Username of the user @exposed

Member of

CommonUserDocumentType object ● NoteDocumentType object ● UserDocumentType interface ● Watchlist object ● WebClipperDocumentType object