OBJECT

NamespaceUser

A namespace user.

link GraphQL Schema definition

  • type NamespaceUser {
  • # The roles.
  • roles: [String]
  • # The namespace.
  • namespace: Namespace
  • # The namespace user ID.
  • id: ID!
  • # The first name of the user.
  • firstName: String
  • # The last name of the user.
  • lastName: String
  • # The e-mail address of the user.
  • email: String
  • # The parent company.
  • company: Company
  • # The user.
  • user: User
  • # The admin priveldge.
  • admin: Boolean
  • }