Types
UserAccount
A Plain user’s core account record, representing their identity independent of any workspace membership.
object
UserAccountFields
id
ID!
fullName
String!
The full name e.g. Grace Hopper.
publicName
String!
A short name for use in UI e.g. Grace.
email
String!
The email associated with this user. Email is unique per user.

