Monetization Team Accounts Object
idinteger<int32>
Unique id of the user.
Example:
1
name_idstring
Path for the user on mod.io. For example: https://mod.io/u/__name-id-here__
Example:
xant
usernamestring
Display name of the user.
Example:
XanT
monetization_statusinteger<int32>
The monetization status of the user.
monetization_optionsinteger<int32>
The monetization options of the user.
splitinteger<int32>
User monetization split.
Monetization Team Accounts Object
{
"id": 1,
"name_id": "xant",
"username": "XanT",
"monetization_status": 0,
"monetization_options": 0,
"split": 0
}