User

An Insource user object.

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

User Object

User Structure

Field
Type
Description

UserId

string

User.user_id

Username

string

User.username

DIsplayName

?string

User.display_name

Example User

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

Last updated

Was this helpful?