INPUT_OBJECT
UpdateUserInput
UpdateUserInput is used for update User object. Input was generated by ent.
link GraphQL Schema definition
- input UpdateUserInput {
- # Whether this is an anonymous user
- : Boolean
- # Session token for anonymous users
- : String
- : Boolean
- # The first name of the user
- : String
- : Boolean
- # The last name of the user
- : String
- : Boolean
- # (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
- : Boolean
- # The phone number of the user, stored in E.164 format
- : String
- : Boolean
- # The email address of the user
- : String
- : Boolean
- # The password of the user, stored as a bcrypt hash
- : String
- : Boolean
- # The username of the user
- : String
- : Boolean
- # The credential of the user, ie MD, DO, PA, NP, etc. Note: Credentials are
- # normalized to uppercase and any periods are removed.
- : String
- : Boolean
- # The NPI number of the user
- : String
- : Boolean
- # The NPI taxonomy code of the user
- : String
- : Boolean
- # The NPI taxonomy description of the user
- : String
- : Boolean
- # The bio of the user
- : String
- : Boolean
- # 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!]
- : [String!]
- : Boolean
- : Time
- : Time
- # The last time the user logged in
- : Time
- : Boolean
- # The CME goal value of the user
- : String
- : Boolean
- # The CME goal date of the user
- : Time
- : Boolean
- # The total CME earned by the user
- : Float
- : Boolean
- # Whether the user has should appear in the suggested users list
- : Boolean
- # The financial disclosures for the user
- : String
- : Boolean
- # 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
- : Boolean
- # The start date of the professional experience of the user
- : Time
- : Boolean
- # The city the user is located in
- : String
- : Boolean
- # The state or province the user is located in, as a 2 digit ISO code
- : String
- : Boolean
- # The country the user is located in, as a 2 digit ISO code
- : String
- : Boolean
- # Whether the user opts in to marketing
- : Boolean
- : String
- : Boolean
- # The time the user submitted a request to delete their account
- : Time
- : Boolean
- # This field is only valid to check via the currentUser query, otherwise it always
- # returns false.
- : Boolean
- # Whether the user opts in to SMS marketing
- : Boolean
- : Boolean
- # Whether the user opts in to SMS non-marketing notifications
- : Boolean
- : Boolean
- : String
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : ID
- : Boolean
- : ID
- : Boolean
- : ID
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : ID
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : ID
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : ID
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- : ID
- : Boolean
- : [ID!]
- : [ID!]
- : Boolean
- }