Organization Info
Retrieve data on your organizations, per organization ID.
Fetch Organization Data
Retrieving the user's organization info is done through querying the user's information. One can query details inside the organization.
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body (UserWhereUniqueInput object)
Name | Type | Description |
---|---|---|
id* | string | ID of the organization in inabit |
Example body:
Response
Returned values:
Name | Type | Description |
---|---|---|
id | string | Organization ID |
name | string | Organization name |
city | string | Organization address (city) |
string | Organization POC email | |
industry | string | Organization industry |
isIndividual | boolean | Flag wether organization or individual |
phone | string | Organization phone number |
phoneCountry | string | Organization country |
street | string | Organization address (street) |
transferRequestOrders | TransferRequestOrder | Transfer Request Orders |
timeZone | TimeZone | Time zone for organization |
unit | string | Unit |
wallet | Wallet | Organization wallets |
zipCode | string | Organization address (zip code) |
In the example response above, we queried the id
, name
and city
of the organization.