OBJECT
User
link GraphQL Schema definition
- type User implements Node {
- : ID!
- # Whether this is an anonymous user
- : Boolean!
- # Session token for anonymous users
- : String
- # The first name of the user
- : String
- # The last name of the user
- : String
- # (Deprecated, use status instead) Whether the user is disabled
- : Boolean!
- # The status of the user
- : UserStatus!
- # The verification status of the user
- : UserVerificationStatus!
- # The number of verification attempts the user has made
- : Int!
- # The last time the user attempted verification
- : Time
- # The phone number of the user, stored in E.164 format
- : String
- # The email address of the user
- : String
- # The username of the user
- : String
- # The credential of the user, ie MD, DO, PA, NP, etc. Note: Credentials are
- # normalized to uppercase and any periods are removed.
- : String
- # The NPI number of the user
- : String
- # The NPI taxonomy code of the user
- : String
- # The NPI taxonomy description of the user
- : String
- # The bio of the user
- : String
- # Whether the user is a student
- : Boolean!
- # Whether the user has submitted a disclosure
- : Boolean!
- # Whether the user has disclosures needing review
- : Boolean!
- # Whether reflections are disabled on posts authored by this user
- : Boolean!
- : UserType!
- # The role of the user
- : UserRole!
- # The limited roles of the user. Null or Empty array means no limited roles.
- : [String!]
- : Time!
- : Time!
- # The last time the user logged in
- : Time
- # The CME goal value of the user
- : String
- # The CME goal date of the user
- : Time
- # The total CME earned by the user
- : Float
- # Whether the user has should appear in the suggested users list
- : Boolean!
- # The financial disclosures for the user
- : String
- # Whether the user is an oog staff user
- : Boolean!
- # The total number of followers the user has
- : Int!
- # The total number of users the user is following
- : Int!
- # The trending boost of the user.
- : Float!
- # Whether the user is synthetic ie. not a human user
- : Boolean!
- # Whether the user posts AI generated content
- : Boolean!
- # Whether the user is a business account
- : Boolean!
- # The date of birth of the user
- : Time
- # The start date of the professional experience of the user
- : Time
- # The city the user is located in
- : String
- # The state or province the user is located in, as a 2 digit ISO code
- : String
- # The country the user is located in, as a 2 digit ISO code
- : String
- # Whether the user opts in to marketing
- : Boolean!
- : String
- # The time the user submitted a request to delete their account
- : Time
- # This field is only valid to check via the currentUser query, otherwise it always
- # returns false.
- : Boolean!
- # Cached badges for this post
- : [String!]
- # Whether the user opts in to SMS marketing
- : Boolean
- # Whether the user opts in to SMS non-marketing notifications
- : Boolean
- # Whether the user's email has been verified via EmailVerificationToken
- : Boolean!
- # The tenants the user belongs to
- : [Tenant!]
- # The topics the user follows
- : [Topic!]
- # The posts the user has been mentioned in
- : [Post!]
- # The users that follow this user
- : [User!]
- : [User!]
- # The posts the user has made
- : [Post!]
- # The links the user has added
- : [UserLink!]
- # The providers offices
- : [Office!]
- # The comments the user has made
- : [Comment!]
- # The posts the user has liked
- : [Post!]
- # The comments the user has liked
- : [Comment!]
- # The posts the user has bookmarked
- : [Post!]
- # (DEPRECATED) The avatar of the user
- : MediaItem
- # The profile image for the user. Images are hosted using Cloudflare images.
- # Please see
- # https://developers.cloudflare.com/images/cloudflare-images/serve-images/ for
- # details on how to serve images.
- : Image
- # The NPI taxonomy of the user
- : NpiTaxonomy
- # The work history of the user
- : [WorkExperience!]
- # The education history of the user
- : [EducationHistory!]
- # The license history of the user
- : [LicenseHistory!]
- # The education credits of the user
- : [EducationCredit!]
- # The notification tokens for the user
- : [UserNotificationToken!]
- # The notifications for the user: Likes, Comments, etc.
- : [Notification!]
- # The notifications the user has generated for other users
- : [Notification!]
- # The searches the user has made
- : [Search!]
- # The API tokens the user has generated
- : [ApiToken!]
- # The user collection completions
- : [UserCollectionCompletion!]
- # The financial disclosures for the user
- : FinancialDisclosureStatement
- # The courses the user has created
- : [Course!]
- # The courses the user has reviewed
- : [Course!]
- # The courses the user is faculty for
- : [Course!]
- # The user reports this user has created
- : [UserReport!]
- # The user reports this user has been reported by
- : [UserReport!]
- # The post reports this user has created
- : [PostReport!]
- # The users this user has muted
- : [UserMute!]
- # The users this user has blocked
- : [UserBlock!]
- # 3rd party account connections
- : [AccountConnection!]
- # The imported videos for the user
- : [ImportedVideo!]
- # If set, this user is synthetic and has a feed
- : ArticleFeed
- : [UserFeedHistory!]
- : [BoardCertification!]
- : [UserCohort!]
- # The provider type of the user
- : ProviderType
- : [UserFeedImpression!]
- # The users linked to this user profile, if this is a business account
- : User
- : [User!]
- : [UserTenant!]
- : [Like!]
- : [CommentLike!]
- : [Bookmark!]
- # The Stream (getstream.io) chat token for the current user
- : String!
- : Tenant
- : NpiTaxonomy
- : String
- : String
- : DynamicMessage!
- : [UserNotificationSubscriptionPreferences!]!
- : [Credential!]!
- }
link Require by
- AccountConnectionnull
- ApiQueryLognull
- ApiTokennull
- ArticleFeednull
- AuditLognull
- BoardCertificationnull
- Bookmarknull
- Certificatenull
- CertificateSurveyAnswernull
- Commentnull
- CommentLikenull
- Coursenull
- EducationCreditnull
- EducationHistorynull
- EmailVerificationTokennull
- FinancialDisclosureStatementnull
- ImportedVideonull
- LicenseHistorynull
- Likenull
- LoginResponsenull
- Mutationnull
- Notificationnull
- Officenull
- PhoneVerificationTokennull
- PollAnswernull
- Postnull
- PostReactionnull
- PostReportnull
- Querynull
- Searchnull
- SearchSuggestionResultV2null
- SimulationPersonanull
- SparkyChatnull
- SparkyChatConfignull
- SparkyConversationnull
- SparkyConversationConfigSetnull
- SparkyPromptnull
- SparkyQuerynull
- Tenantnull
- Topicnull
- TopicClassificationnull
- Usernull
- UserAnalyticsEventnull
- UserAuditHistoryItemnull
- UserBlocknull
- UserCohortnull
- UserCollectionCompletionnull
- UserEdgeAn edge in a connection.
- UserFeedHistorynull
- UserFeedImpressionnull
- UserLicenseRequirementTopicnull
- UserLinknull
- UserMutenull
- UserNotificationSubscriptionnull
- UserNotificationTokennull
- UserReportnull
- UserTenantnull
- UserVideoEventnull
- VerificationRequestnull
- WorkExperiencenull