Strise Connect API Docs
Queries

teamUsers

The users belonging to the current team. Only users from the authenticated team are returned.

query TeamUsers {
  teamUsers {
    id
    name
    avatar
    email
    accountKind
  }
}

Type

SimpleUser object

SimpleUser A representation of users, which are a collection of entities.

Response Fields

id ID! non-null scalar

ID! The ID of the user.

name String! non-null scalar

String! The name of the user.

avatar String scalar

String The avatar of the user.

email String scalar

String The email of the user.

accountKind UserAccountKind! non-null enum

UserAccountKind!

On this page