This object represents all the information about the current user.
Fields
Name | Type | Description |
---|---|---|
id | String | The current user ID. |
user | Object | The current user. Represented in [User](https://developers.mojito.xyz/reference/user) object. |
userOrgs | Object | The organization of the current user. Represented [CurrentUser](https://developers.mojito.xyz/reference/userorganization) object. |
apiKeys | Object | The API keys of the current user. Represented in [UserAPIKeyResponse](https://developers.mojito.xyz/reference/userapikeyresponse) |
favoriteItems | Object | The favorite item of the current user. Represented in [MarketplaceCollectionItem](https://developers.mojito.xyz/reference/marketplacecollectionitem) object. |
[wonBids\ ](https://developers.mojito.xyz/reference/marketplaceauctionbid) | Object | The bids that the user has won. Represented in [[MarketplaceAuctionBid](https://developers.mojito.xyz/reference/marketplaceauctionbid) ] object. |
activeBids | Object | The active bids of the current user. Represented in [[MarketplaceAuctionBid](https://developers.mojito.xyz/reference/marketplaceauctionbid) ] object. |
wallets | Object | The wallets of the current user. Presented in [Wallet](https://developers.mojito.xyz/reference/wallet-1) object. |