| Parameter | Type | Description |
|---|---|---|
| user | object | Holds user info |
| --id | int | OPSkins.com User ID |
| --steam_id | string | Steam ID64 |
| --display_name | string | Display name |
| --avatar | string | URL to avatar |
| --twofactor_enabled | boolean | Whether or not user has Two-Factor Auth enabled. |
| --api_key_exists | boolean | See whether user has an API Key |
| --sms_phone | string/null | (Optional via with_extra) Phone number used for SMS verification |
| --contact_email | string/null | Email address. Optional via with_extra, but it is always outputted with identity_basic OAuth Scope. |
| --inventory_is_private | boolean | (Optional via with_extra) See whether inventory is private (no one can see it, even with a token) |
| --allow_twofactor_code_reuse | boolean | Allow Two Factor code reuse for certain features (Send Offer, Accept Offer) |
| --auto_accept_gift_trades | boolean | Auto-accept gift trade offers |
| --anonymous_transactions | boolean | Hide username in WAX transaction records |
| Parameter | Type | Description |
|---|---|---|
| user_data | object | Holds user info |
| --id | int | OPSkins.com User ID |
| --steam_id | string | Steam ID64 |
| --username | string | Display name |
| --avatar | string | URL to avatar |