User

A user represents an individual within the system, providing essential information about their identity.

Available from: 2.0.0

Import


                                                        
                                                        
                                                            import { User } from "@supernovaio/sdk"
                                                        
                                                            

Properties

  • id: The unique user identifier, serving as a constant and unchanging reference to this specific user within the system.
  • email: The unique user email address, providing a distinct means of identification and communication. Do note you can only get emails of people you are on the team with.
  • createdAt: The timestamp indicating when the user account was created.
  • profile: The user profile, including personal details, preferences, and settings. Some information will only be available if you are requesting your own user object.