# Search a Company by User Id Search a Company by User Id Endpoint: GET /api/users/{userId}/company Version: 1.0 Security: Bearer ## Path parameters: - `userId` (string, required) ## Response 200 fields (application/json): - `id` (string) - `companyId` (string) - `seCompanyId` (string,null) - `companyLegalName` (string,null) - `companyDisplayName` (string,null) - `companyAddress1` (string,null) - `companyAddress2` (string,null) - `companyPostalCode` (string,null) - `companyCity` (string,null) - `companyCountry` (string,null) - `companyLogoUrl` (string,null) - `companyActivityId` (integer) - `companyStatus` (string,null) - `applicationTypeIds` (array,null) - `companyState` (string,null) - `companyPhone` (string,null) - `companyFax` (string,null) - `companyEmail` (string,null) - `companyIdentifiers` (array,null) - `companyIdentifiers.typeId` (string) - `companyIdentifiers.value` (string,null) - `companyCategories` (array,null) - `companyCategories.categoryId` (string) - `companyCategories.categoryItemId` (string) - `companyRevenue` (string,null) - `companyCurrency` (string,null) - `companySize` (string,null) - `companyCreationDate` (string,null) - `companyProductionCapacity` (string,null) - `companyDeliveryAddress1` (string,null) - `companyDeliveryAddress2` (string,null) - `companyDeliveryPostalCode` (string,null) - `companyDeliveryCity` (string,null) - `companyDeliveryCountry` (string,null) - `companyDeliveryState` (string,null) - `seExternalCode` (string,null) - `companyType` (string,null) - `registeredOwnerCompanyId` (string,null) - `testCompany` (boolean) - `createdAt` (string,null) - `modifiedAt` (string,null) - `lastStatusUpdatedDate` (string,null) - `targetSuspendDate` (string,null) - `emergencyPhones` (array,null) - `registeredCapital` (string,null) - `legalStatusCode` (string,null) ## Response 403 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null) ## Response 404 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null)