User
Users are a base entity that can spawn across the entire Insource platform. Users are not specific to any one service.
User Object
User Structure
Field
Type
Description
OAuth2 Scope
user_id
snowflake
the user's id
identify
username
string
the user's username, unique across the platform
identify
display_name
?string
the user's display name, not unique across the platform
identify
?string
the user's email address
suspended
boolean
if the user account is suspended by Insource
internal
Example User
{
"user_id": "619599121354985472",
"username": "daryl"
}
Connection Object
Connection Structure
Field
Type
Description
connection_id
snowflake
the id of the connection account
platform_id
string | integer
the service id of this connection
Services
Value
Name
DISCORD
Discord
ROBLOX
Roblox
Last updated
Was this helpful?