Objects
/
Team

Team

A team of users.

Fields

  • id
    ID!
    Required
    The team's unique identifier.
  • owners
    [User!]!
    Required
    The users who are the owners of the team.
    • ids
      [ID!]
      Required
      A list of users' unique identifiers.
  • picture_url
    String
    The team's picture url.
  • users
    [User]
    The users in the team.
    • emails
      [String]
      A list of users' emails.
    • ids
      [ID!]
      Required
      A list of users' unique identifiers.
    • kind
      UserKind
      The kind to search users by (all / non_guests / guests / non_pending).
    • limit
      Int
      Number of users to get.
    • name
      String
      Allows to fuzzy search by name
    • newest_first
      Boolean
      Get the recently created users at the top of the list
    • non_active
      Boolean
      Return non active users in the account.
    • page
      Int
      Page number to get, starting at 1.
  • name
    String!
    Required
    The team's name.
  • is_guest
    Boolean
    Whether the team is a guest team
TagsValueTeamValue
Built with