Objects
/
User

User

A monday.com user.

Fields

  • id
    ID!
    Required
    The user's unique identifier.
  • account
    Account!
    Required
    The user's account.
  • account_products
    [AccountProduct!]
    Required
    The products the user is assigned to.
  • birthday
    Date
    The user's birthday.
  • country_code
    String
    The user's country code.
  • created_at
    Date
    The user's creation date.
  • current_language
    String
    The current user's language
  • custom_field_metas
    [CustomFieldMetas]
    The custom field metas of the user profile.
  • custom_field_values
    [CustomFieldValue]
    The custom field values of the user profile.
  • email
    String!
    Required
    The user's email.
  • enabled
    Boolean!
    Required
    Is the user enabled or not.
  • encrypt_api_token
    String
    The token of the user for email to board.
  • is_admin
    Boolean
    Is the user an account admin.
  • is_guest
    Boolean
    Is the user a guest or not.
  • is_pending
    Boolean
    Is the user a pending user
  • is_verified
    Boolean
    Is user verified his email.
  • is_view_only
    Boolean
    Is the user a view only user or not.
  • join_date
    Date
    The date the user joined the account.
  • last_activity
    Date
    Last date & time when user was active
  • location
    String
    The user's location.
  • mobile_phone
    String
    The user's mobile phone number.
  • name
    String!
    Required
    The user's name.
  • out_of_office
    OutOfOffice
    The user's out of office status.
  • phone
    String
    The user's phone number.
  • photo_original
    String
    The user's photo in the original size.
  • photo_small
    String
    The user's photo in small size (150x150).
  • photo_thumb
    String
    The user's photo in thumbnail size (100x100).
  • photo_thumb_small
    String
    The user's photo in small thumbnail size (50x50).
  • photo_tiny
    String
    The user's photo in tiny size (30x30).
  • sign_up_product_kind
    String
    The product to which the user signed up to first.
  • teams
    [Team]
    The teams the user is a member in.
    • ids
      [ID!]
      Required
      A list of teams unique identifiers.
  • time_zone_identifier
    String
    The user's timezone identifier.
  • title
    String
    The user's title.
  • url
    String!
    Required
    The user's profile url.
  • utc_hours_diff
    Int
    The user’s utc hours difference.
  • greeting
    String
UpdatePinWatcher
Built with