Insource Systems
  • Intro
  • Change Log
  • API Reference
  • Insource Bot
    • Getting Started
    • Commands
      • Settings
      • Moderation
      • Info
      • Account
      • InStore
  • InStore
    • Getting Started
      • Linking Your Account
      • Create Your Store
      • Create a Product
    • Framework
      • RemoteEvent
        • Alert
        • LaunchProduct
      • RemoteFunction
        • GetCurrentUser
        • GetProductById
        • GetProducts
        • RequestPromptPurchase
      • Resources
        • Configuration
        • Product
        • Theme
        • User
      • Utils
        • TeleportToAccount
        • TimeStringToEpoch
    • API Resources
      • License
      • Product
      • Store
  • API Resources
    • User
Powered by GitBook
On this page

Was this helpful?

  1. InStore
  2. Framework
  3. Resources

User

An Insource user object.

PreviousThemeNextUtils

Last updated 1 year ago

Was this helpful?

This framework modifies the return of the Insource user object. See for the base data.

User Object

User Structure

Field
Type
Description

UserId

string

.user_id

Username

string

.username

DIsplayName

?string

.display_name

Example User

{
  UserId = "619599121354985472",
  Username = "daryl"
}
here
User
User
User