This object represents the information of a user organization.
Fields
Name | Type | Description |
---|---|---|
id | UUID | The user organization ID. |
userId | UUID | The user ID |
user | Object | Contains all the information from User that includes ID, the username, name, and email of the user |
externalUserId | String | The external user ID. |
organizationId | UUID | The organization ID. |
organization | Object | Contains all the information from Organization such as ID, user ID, user, external user ID, organization ID, etc. |
kycStatus | Enum | Represents the Kyc status. The value can either be None, Pending, Level1, Level2. |
role | String | The role of the user within an organization. |
bidAllowed | Boolean | Confirmation about whether the bid is allowed. |
username | String | Information of the username. |
avatar | String | Information of the user avatar. |
settings | String | Information of the settings. |